#6ae550

Color #6AE550 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #6AE550

Tints of Screamin' Green #6AE550

Color information

#6AE550 (or 0x6AE550) is unknown color: approx Screamin' Green. HEX triplet: 6A, E5 and 50. RGB value is (106,229,80). Sum of RGB (Red+Green+Blue) = 106+229+80=415 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.54% from 415); Green value is 229 (89.84% from 255 or 55.18% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE550 is #951AAF. Grayscale: #AFAFAF. Windows color (decimal): -9771696 or 5301610. OLE color: 5301610.

HSL color Cylindrical-coordinate representation of color #6AE550: hue angle of 109.53º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6AE550 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB10622980-
CMYK0.5400.650.10
HSL109.53º74.13%60.59%-
HSV(B)109.53º65.07%89.8%-
XYZ35.4159.6817.24-
YUV175.2474.2578.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 25.54%
GREEN value IS 229 (89.84% from 255) = 55.18%
BLUE value IS 80 (31.64% from 255) = 19.28%
R=25.54%
G=55.18%
B=19.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal106229800.5400.650.10109.5374.1360.59
Hex6AE55036041A6e4a3d
Octal1523451206601011215611275
Binary110101011100101101000011011001000001101011011101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ae550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ae550; }

 p { color: rgb(106,229,80); }

 H1.HeaderClassName
 {
   color: #6ae550;
 }
 .AnyTagClassName
 {
   color: #6ae550;
 }
</style>
background-color css

<style>
 a { background-color: #6ae550; }

 a { background-color: rgb(106,229,80); }

 div.DivClassName
 {
   background-color: #6ae550;
 }
 .BgClassName
 {
   background-color: #6ae550;
 }
</style>
border-color css

<style>
 span { border-color: #6ae550; }

 span { border-color: rgb(106,229,80); }

 td.TdClassName
 {
   border-color: #6ae550;
 }
 .TagClassName
 {
   border-color: #6ae550;
 }
</style>