Shades of Light Green #86ED96
Tints of Light Green #86ED96
RGB
CMYK
RGB Variations
Color information
#86ED96 (or 0x86ED96) is known color: Light Green. HEX triplet: 86, ED and 96. RGB value is (134,237,150). Sum of RGB (Red+Green+Blue) = 134+237+150=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #86ED96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86ED96 is #791269. Grayscale: #C4C4C4. Windows color (decimal): -7934570 or 9891206. OLE color: 9891206.
HSL color Cylindrical-coordinate representation of color #86ED96: hue angle of 129.32º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86ED96 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 237 | 150 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.07 |
| HSL | 129.32º | 0.74% | 0.73% | - |
| HSV(B) | 129.32º | 0.43% | 0.93% | - |
| XYZ | 45.62 | 67.84 | 39.54 | - |
| YUV | 196.29 | 101.88 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 150 | 0.43 | 0 | 0.37 | 0.07 | 129.32 | 0.74 | 0.73 |
| Hex | 86 | ED | 96 | 2B | 0 | 25 | 7 | 81 | 4A | 49 |
| Octal | 206 | 355 | 226 | 53 | 0 | 45 | 7 | 201 | 112 | 111 |
| Binary | 10000110 | 11101101 | 10010110 | 101011 | 0 | 100101 | 111 | 10000001 | 1001010 | 1001001 |
Color Harmonies of #86ED96
Complementary color
Monochromatic Colors of #86ED96
Black with #86ED96
Text Example
Text Example
White with #86ED96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ED96; }
p { color: rgb(134,237,150); }
H1.HeaderClassName
{
color: #86ED96;
}
.AnyTagClassName
{
color: #86ED96;
}
</style>
background-color css
<style>
a { background-color: #86ED96; }
a { background-color: rgb(134,237,150); }
div.DivClassName
{
background-color: #86ED96;
}
.BgClassName
{
background-color: #86ED96;
}
</style>
border-color css
<style>
span { border-color: #86ED96; }
span { border-color: rgb(134,237,150); }
td.TdClassName
{
border-color: #86ED96;
}
.TagClassName
{
border-color: #86ED96;
}
</style>