Html Css Color HEX #86E08E Light Green

📋 copy color: '#86E08E'

red 134 ◦ green 224 ◦ blue 142

#86E08E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #86E08E

Tints of Light Green #86E08E

RGB

 RED value IS 134 (52.73% from 255) = 26.8%

 GREEN value IS 224 (87.89% from 255) = 44.8%

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 26.8%
G = 44.8%
B = 28.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#86E08E (or 0x86E08E) is known color: Light Green. HEX triplet: 86, E0 and 8E. RGB value is (134,224,142). Sum of RGB (Red+Green+Blue) = 134+224+142=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #86E08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E08E is #791F71. Grayscale: #BBBBBB. Windows color (decimal): -7937906 or 9363590. OLE color: 9363590.

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

Color convert

RGB 134 224 142 -
CMYK 0.40 0 0.37 0.12
HSL 125.33º 0.59% 0.7% -
HSV(B) 125.33º 0.4% 0.88% -
XYZ 41.37 60.33 35.06 -
YUV 187.74 102.18 89.67 -
System Red Green Blue C M Y K H S L
Decimal 134 224 142 0.40 0 0.37 0.12 125.33 0.59 0.7
Hex 86 E0 8E 28 0 25 C 7D 3B 46
Octal 206 340 216 50 0 45 14 175 73 106
Binary 10000110 11100000 10001110 101000 0 100101 1100 1111101 111011 1000110

Color Harmonies of #86E08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E08E

Black with #86E08E

Text Example


Text Example

White with #86E08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86E08E;
 }
 .AnyTagClassName
 {
   color: #86E08E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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