#86EE97

Color #86EE97 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #86EE97

Tints of Light Green #86EE97

Color information

#86EE97 (or 0x86EE97) is unknown color: approx Light Green. HEX triplet: 86, EE and 97. RGB value is (134,238,151). Sum of RGB (Red+Green+Blue) = 134+238+151=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EE97 is #791168. Grayscale: #C5C5C5. Windows color (decimal): -7934313 or 9956998. OLE color: 9956998.

HSL color Cylindrical-coordinate representation of color #86EE97: hue angle of 129.81º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EE97 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB134238151-
CMYK0.4400.370.07
HSL129.81º75.36%72.94%-
HSV(B)129.81º43.7%93.33%-
XYZ45.9968.4540.07-
YUV196.99102.0483.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.62%
GREEN value IS 238 (93.36% from 255) = 45.51%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=25.62%
G=45.51%
B=28.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342381510.4400.370.07129.8175.3672.94
Hex86EE972C0257824b49
Octal206356227540457202113111
Binary10000110111011101001011110110001001011111000001010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86EE97; }

 p { color: rgb(134,238,151); }

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

<style>
 a { background-color: #86EE97; }

 a { background-color: rgb(134,238,151); }

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

<style>
 span { border-color: #86EE97; }

 span { border-color: rgb(134,238,151); }

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