Shades of Light Green #86E69A
Tints of Light Green #86E69A
RGB
CMYK
RGB Variations
Color information
#86E69A (or 0x86E69A) is known color: Light Green. HEX triplet: 86, E6 and 9A. RGB value is (134,230,154). Sum of RGB (Red+Green+Blue) = 134+230+154=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #86E69A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E69A is #791965. Grayscale: #C0C0C0. Windows color (decimal): -7936358 or 10151558. OLE color: 10151558.
HSL color Cylindrical-coordinate representation of color #86E69A: hue angle of 132.5º 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 #86E69A is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 230 | 154 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.10 |
| HSL | 132.5º | 0.66% | 0.71% | - |
| HSV(B) | 132.5º | 0.42% | 0.9% | - |
| XYZ | 43.96 | 64 | 40.61 | - |
| YUV | 192.63 | 106.2 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 230 | 154 | 0.42 | 0 | 0.33 | 0.10 | 132.5 | 0.66 | 0.71 |
| Hex | 86 | E6 | 9A | 2A | 0 | 21 | A | 84 | 42 | 47 |
| Octal | 206 | 346 | 232 | 52 | 0 | 41 | 12 | 204 | 102 | 107 |
| Binary | 10000110 | 11100110 | 10011010 | 101010 | 0 | 100001 | 1010 | 10000100 | 1000010 | 1000111 |
Color Harmonies of #86E69A
Complementary color
Monochromatic Colors of #86E69A
Black with #86E69A
Text Example
Text Example
White with #86E69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E69A; }
p { color: rgb(134,230,154); }
H1.HeaderClassName
{
color: #86E69A;
}
.AnyTagClassName
{
color: #86E69A;
}
</style>
background-color css
<style>
a { background-color: #86E69A; }
a { background-color: rgb(134,230,154); }
div.DivClassName
{
background-color: #86E69A;
}
.BgClassName
{
background-color: #86E69A;
}
</style>
border-color css
<style>
span { border-color: #86E69A; }
span { border-color: rgb(134,230,154); }
td.TdClassName
{
border-color: #86E69A;
}
.TagClassName
{
border-color: #86E69A;
}
</style>