#6AED66

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

Shades of Screamin' Green #6AED66

Tints of Screamin' Green #6AED66

Color information

#6AED66 (or 0x6AED66) is unknown color: approx Screamin' Green. HEX triplet: 6A, ED and 66. RGB value is (106,237,102). Sum of RGB (Red+Green+Blue) = 106+237+102=445 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.82% from 445); Green value is 237 (92.97% from 255 or 53.26% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 237 - color contains mainly: green. Hex color #6AED66 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AED66 is #951299. Grayscale: #B6B6B6. Windows color (decimal): -9769626 or 6745450. OLE color: 6745450.

HSL color Cylindrical-coordinate representation of color #6AED66: hue angle of 118.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AED66 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB106237102-
CMYK0.5500.570.07
HSL118.22º78.95%66.47%-
HSV(B)118.22º56.96%92.94%-
XYZ38.6364.5923-
YUV182.4482.673.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.82%
GREEN value IS 237 (92.97% from 255) = 53.26%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=23.82%
G=53.26%
B=22.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062371020.5500.570.07118.2278.9566.47
Hex6AED66370397764f42
Octal152355146670717166117102
Binary11010101110110111001101101110111001111111011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AED66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,237,102); }

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

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

 a { background-color: rgb(106,237,102); }

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

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

 span { border-color: rgb(106,237,102); }

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