#86E190

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

Shades of Light Green #86E190

Tints of Light Green #86E190

Color information

#86E190 (or 0x86E190) is unknown color: approx Light Green. HEX triplet: 86, E1 and 90. RGB value is (134,225,144). Sum of RGB (Red+Green+Blue) = 134+225+144=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #86E190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E190 is #791E6F. Grayscale: #BCBCBC. Windows color (decimal): -7937648 or 9494918. OLE color: 9494918.

HSL color Cylindrical-coordinate representation of color #86E190: hue angle of 126.59º degrees, saturation: 0.6, 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 #86E190 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB134225144-
CMYK0.4000.360.12
HSL126.59º60.26%70.39%-
HSV(B)126.59º40.44%88.24%-
XYZ41.7960.9335.94-
YUV188.56102.8589.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 225 (88.28% from 255) = 44.73%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=26.64%
G=44.73%
B=28.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1342251440.4000.360.12126.5960.2670.39
Hex86E19028024C7f3c46
Octal206341220500441417774106
Binary1000011011100001100100001010000100100110011111111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,225,144); }

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

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

 a { background-color: rgb(134,225,144); }

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

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

 span { border-color: rgb(134,225,144); }

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