Shades of Light Green #86E69C
Tints of Light Green #86E69C
RGB
CMYK
RGB Variations
Color information
#86E69C (or 0x86E69C) is known color: Light Green. HEX triplet: 86, E6 and 9C. RGB value is (134,230,156). Sum of RGB (Red+Green+Blue) = 134+230+156=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #86E69C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E69C is #791963. Grayscale: #C1C1C1. Windows color (decimal): -7936356 or 10282630. OLE color: 10282630.
HSL color Cylindrical-coordinate representation of color #86E69C: hue angle of 133.75º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E69C is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 230 | 156 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.10 |
| HSL | 133.75º | 0.66% | 0.71% | - |
| HSV(B) | 133.75º | 0.42% | 0.9% | - |
| XYZ | 44.13 | 64.06 | 41.49 | - |
| YUV | 192.86 | 107.2 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 230 | 156 | 0.42 | 0 | 0.32 | 0.10 | 133.75 | 0.66 | 0.71 |
| Hex | 86 | E6 | 9C | 2A | 0 | 20 | A | 86 | 42 | 47 |
| Octal | 206 | 346 | 234 | 52 | 0 | 40 | 12 | 206 | 102 | 107 |
| Binary | 10000110 | 11100110 | 10011100 | 101010 | 0 | 100000 | 1010 | 10000110 | 1000010 | 1000111 |
Color Harmonies of #86E69C
Complementary color
Monochromatic Colors of #86E69C
Black with #86E69C
Text Example
Text Example
White with #86E69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E69C; }
p { color: rgb(134,230,156); }
H1.HeaderClassName
{
color: #86E69C;
}
.AnyTagClassName
{
color: #86E69C;
}
</style>
background-color css
<style>
a { background-color: #86E69C; }
a { background-color: rgb(134,230,156); }
div.DivClassName
{
background-color: #86E69C;
}
.BgClassName
{
background-color: #86E69C;
}
</style>
border-color css
<style>
span { border-color: #86E69C; }
span { border-color: rgb(134,230,156); }
td.TdClassName
{
border-color: #86E69C;
}
.TagClassName
{
border-color: #86E69C;
}
</style>