Shades of Light Green #86EE96
Tints of Light Green #86EE96
RGB
CMYK
RGB Variations
Color information
#86EE96 (or 0x86EE96) is known color: Light Green. HEX triplet: 86, EE and 96. RGB value is (134,238,150). Sum of RGB (Red+Green+Blue) = 134+238+150=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EE96 is #791169. Grayscale: #C5C5C5. Windows color (decimal): -7934314 or 9891462. OLE color: 9891462.
HSL color Cylindrical-coordinate representation of color #86EE96: hue angle of 129.23º 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 #86EE96 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 150 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.07 |
| HSL | 129.23º | 0.75% | 0.73% | - |
| HSV(B) | 129.23º | 0.44% | 0.93% | - |
| XYZ | 45.91 | 68.42 | 39.64 | - |
| YUV | 196.87 | 101.54 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 150 | 0.44 | 0 | 0.37 | 0.07 | 129.23 | 0.75 | 0.73 |
| Hex | 86 | EE | 96 | 2C | 0 | 25 | 7 | 81 | 4B | 49 |
| Octal | 206 | 356 | 226 | 54 | 0 | 45 | 7 | 201 | 113 | 111 |
| Binary | 10000110 | 11101110 | 10010110 | 101100 | 0 | 100101 | 111 | 10000001 | 1001011 | 1001001 |
Color Harmonies of #86EE96
Complementary color
Monochromatic Colors of #86EE96
Black with #86EE96
Text Example
Text Example
White with #86EE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EE96; }
p { color: rgb(134,238,150); }
H1.HeaderClassName
{
color: #86EE96;
}
.AnyTagClassName
{
color: #86EE96;
}
</style>
background-color css
<style>
a { background-color: #86EE96; }
a { background-color: rgb(134,238,150); }
div.DivClassName
{
background-color: #86EE96;
}
.BgClassName
{
background-color: #86EE96;
}
</style>
border-color css
<style>
span { border-color: #86EE96; }
span { border-color: rgb(134,238,150); }
td.TdClassName
{
border-color: #86EE96;
}
.TagClassName
{
border-color: #86EE96;
}
</style>