#86EE96

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

Shades of Light Green #86EE96

Tints of Light Green #86EE96

Color information

#86EE96 (or 0x86EE96) is unknown color: approx Light Green. HEX triplet: 86, EE and 96. RGB value is (134,238,150). Sum of RGB (Red+Green+Blue) = 134+238+150=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EE96 is #791169. Grayscale: #C5C5C5. Windows color (decimal): -7934314 or 9891462. OLE color: 9891462.

HSL color Cylindrical-coordinate representation of color #86EE96: hue angle of 129.23º 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 #86EE96 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB134238150-
CMYK0.4400.370.07
HSL129.23º75.36%72.94%-
HSV(B)129.23º43.7%93.33%-
XYZ45.9168.4239.64-
YUV196.87101.5483.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.67%
GREEN value IS 238 (93.36% from 255) = 45.59%
BLUE value IS 150 (58.98% from 255) = 28.74%
R=25.67%
G=45.59%
B=28.74%

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
Decimal1342381500.4400.370.07129.2375.3672.94
Hex86EE962C0257814b49
Octal206356226540457201113111
Binary10000110111011101001011010110001001011111000000110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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