#86E492

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

Shades of Light Green #86E492

Tints of Light Green #86E492

Color information

#86E492 (or 0x86E492) is unknown color: approx Light Green. HEX triplet: 86, E4 and 92. RGB value is (134,228,146). Sum of RGB (Red+Green+Blue) = 134+228+146=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #86E492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E492 is #791B6D. Grayscale: #BEBEBE. Windows color (decimal): -7936878 or 9626758. OLE color: 9626758.

HSL color Cylindrical-coordinate representation of color #86E492: hue angle of 127.66º degrees, saturation: 0.64, 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 #86E492 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB134228146-
CMYK0.4100.360.11
HSL127.66º63.51%70.98%-
HSV(B)127.66º41.23%89.41%-
XYZ42.7662.6337.03-
YUV190.55102.8687.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.38%
GREEN value IS 228 (89.45% from 255) = 44.88%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=26.38%
G=44.88%
B=28.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342281460.4100.360.11127.6663.5170.98
Hex86E49229024B804047
Octal2063442225104413200100107
Binary100001101110010010010010101001010010010111000000010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,228,146); }

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

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

 a { background-color: rgb(134,228,146); }

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

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

 span { border-color: rgb(134,228,146); }

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