Html Css Color HEX #86E088 Light Green

📋 copy color: '#86E088'

red 134 ◦ green 224 ◦ blue 136

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

Shades of Light Green #86E088

Tints of Light Green #86E088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.53%

R = 27.13%
G = 45.34%
B = 27.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#86E088 (or 0x86E088) is known color: Light Green. HEX triplet: 86, E0 and 88. RGB value is (134,224,136). Sum of RGB (Red+Green+Blue) = 134+224+136=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #86E088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E088 is #791F77. Grayscale: #BBBBBB. Windows color (decimal): -7937912 or 8970374. OLE color: 8970374.

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

Color convert

RGB 134 224 136 -
CMYK 0.40 0 0.39 0.12
HSL 121.33º 0.59% 0.7% -
HSV(B) 121.33º 0.4% 0.88% -
XYZ 40.93 60.16 32.75 -
YUV 187.06 99.18 90.16 -
System Red Green Blue C M Y K H S L
Decimal 134 224 136 0.40 0 0.39 0.12 121.33 0.59 0.7
Hex 86 E0 88 28 0 27 C 79 3B 46
Octal 206 340 210 50 0 47 14 171 73 106
Binary 10000110 11100000 10001000 101000 0 100111 1100 1111001 111011 1000110

Color Harmonies of #86E088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E088

Black with #86E088

Text Example


Text Example

White with #86E088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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