#86E296

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

Shades of Light Green #86E296

Tints of Light Green #86E296

Color information

#86E296 (or 0x86E296) is unknown color: approx Light Green. HEX triplet: 86, E2 and 96. RGB value is (134,226,150). Sum of RGB (Red+Green+Blue) = 134+226+150=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #86E296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E296 is #791D69. Grayscale: #BEBEBE. Windows color (decimal): -7937386 or 9888390. OLE color: 9888390.

HSL color Cylindrical-coordinate representation of color #86E296: hue angle of 130.43º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E296 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB134226150-
CMYK0.4100.340.11
HSL130.43º61.33%70.59%-
HSV(B)130.43º40.71%88.63%-
XYZ42.5361.6638.51-
YUV189.83105.5288.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.27%
GREEN value IS 226 (88.67% from 255) = 44.31%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=26.27%
G=44.31%
B=29.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342261500.4100.340.11130.4361.3370.59
Hex86E29629022B823d47
Octal206342226510421320275107
Binary10000110111000101001011010100101000101011100000101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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