#86E096

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

Shades of Light Green #86E096

Tints of Light Green #86E096

Color information

#86E096 (or 0x86E096) is unknown color: approx Light Green. HEX triplet: 86, E0 and 96. RGB value is (134,224,150). Sum of RGB (Red+Green+Blue) = 134+224+150=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #86E096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E096 is #791F69. Grayscale: #BCBCBC. Windows color (decimal): -7937898 or 9887878. OLE color: 9887878.

HSL color Cylindrical-coordinate representation of color #86E096: hue angle of 130.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86E096 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB134224150-
CMYK0.4000.330.12
HSL130.67º59.21%70.2%-
HSV(B)130.67º40.18%87.84%-
XYZ41.9960.5838.33-
YUV188.65106.1889.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.38%
GREEN value IS 224 (87.89% from 255) = 44.09%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=26.38%
G=44.09%
B=29.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1342241500.4000.330.12130.6759.2170.2
Hex86E09628021C833b46
Octal206340226500411420373106
Binary10000110111000001001011010100001000011100100000111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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