Shades of Light Green #86EE9C
Tints of Light Green #86EE9C
RGB
CMYK
RGB Variations
Color information
#86EE9C (or 0x86EE9C) is known color: Light Green. HEX triplet: 86, EE and 9C. RGB value is (134,238,156). Sum of RGB (Red+Green+Blue) = 134+238+156=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EE9C is #791163. Grayscale: #C5C5C5. Windows color (decimal): -7934308 or 10284678. OLE color: 10284678.
HSL color Cylindrical-coordinate representation of color #86EE9C: hue angle of 132.69º 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 #86EE9C is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 156 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.07 |
| HSL | 132.69º | 0.75% | 0.73% | - |
| HSV(B) | 132.69º | 0.44% | 0.93% | - |
| XYZ | 46.41 | 68.62 | 42.25 | - |
| YUV | 197.56 | 104.54 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 156 | 0.44 | 0 | 0.34 | 0.07 | 132.69 | 0.75 | 0.73 |
| Hex | 86 | EE | 9C | 2C | 0 | 22 | 7 | 85 | 4B | 49 |
| Octal | 206 | 356 | 234 | 54 | 0 | 42 | 7 | 205 | 113 | 111 |
| Binary | 10000110 | 11101110 | 10011100 | 101100 | 0 | 100010 | 111 | 10000101 | 1001011 | 1001001 |
Color Harmonies of #86EE9C
Complementary color
Monochromatic Colors of #86EE9C
Black with #86EE9C
Text Example
Text Example
White with #86EE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EE9C; }
p { color: rgb(134,238,156); }
H1.HeaderClassName
{
color: #86EE9C;
}
.AnyTagClassName
{
color: #86EE9C;
}
</style>
background-color css
<style>
a { background-color: #86EE9C; }
a { background-color: rgb(134,238,156); }
div.DivClassName
{
background-color: #86EE9C;
}
.BgClassName
{
background-color: #86EE9C;
}
</style>
border-color css
<style>
span { border-color: #86EE9C; }
span { border-color: rgb(134,238,156); }
td.TdClassName
{
border-color: #86EE9C;
}
.TagClassName
{
border-color: #86EE9C;
}
</style>