Shades of Light Green #86EE8C
Tints of Light Green #86EE8C
RGB
CMYK
RGB Variations
Color information
#86EE8C (or 0x86EE8C) is known color: Light Green. HEX triplet: 86, EE and 8C. RGB value is (134,238,140). Sum of RGB (Red+Green+Blue) = 134+238+140=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EE8C is #791173. Grayscale: #C4C4C4. Windows color (decimal): -7934324 or 9236102. OLE color: 9236102.
HSL color Cylindrical-coordinate representation of color #86EE8C: hue angle of 123.46º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EE8C is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 140 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.07 |
| HSL | 123.46º | 0.75% | 0.73% | - |
| HSV(B) | 123.46º | 0.44% | 0.93% | - |
| XYZ | 45.14 | 68.11 | 35.58 | - |
| YUV | 195.73 | 96.54 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 140 | 0.44 | 0 | 0.41 | 0.07 | 123.46 | 0.75 | 0.73 |
| Hex | 86 | EE | 8C | 2C | 0 | 29 | 7 | 7B | 4B | 49 |
| Octal | 206 | 356 | 214 | 54 | 0 | 51 | 7 | 173 | 113 | 111 |
| Binary | 10000110 | 11101110 | 10001100 | 101100 | 0 | 101001 | 111 | 1111011 | 1001011 | 1001001 |
Color Harmonies of #86EE8C
Complementary color
Monochromatic Colors of #86EE8C
Black with #86EE8C
Text Example
Text Example
White with #86EE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EE8C; }
p { color: rgb(134,238,140); }
H1.HeaderClassName
{
color: #86EE8C;
}
.AnyTagClassName
{
color: #86EE8C;
}
</style>
background-color css
<style>
a { background-color: #86EE8C; }
a { background-color: rgb(134,238,140); }
div.DivClassName
{
background-color: #86EE8C;
}
.BgClassName
{
background-color: #86EE8C;
}
</style>
border-color css
<style>
span { border-color: #86EE8C; }
span { border-color: rgb(134,238,140); }
td.TdClassName
{
border-color: #86EE8C;
}
.TagClassName
{
border-color: #86EE8C;
}
</style>