Shades of Light Green #86EBA2
Tints of Light Green #86EBA2
RGB
CMYK
RGB Variations
Color information
#86EBA2 (or 0x86EBA2) is known color: Light Green. HEX triplet: 86, EB and A2. RGB value is (134,235,162). Sum of RGB (Red+Green+Blue) = 134+235+162=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #86EBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EBA2 is #79145D. Grayscale: #C4C4C4. Windows color (decimal): -7935070 or 10677126. OLE color: 10677126.
HSL color Cylindrical-coordinate representation of color #86EBA2: hue angle of 136.63º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EBA2 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 235 | 162 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.08 |
| HSL | 136.63º | 0.72% | 0.72% | - |
| HSV(B) | 136.63º | 0.43% | 0.92% | - |
| XYZ | 46.06 | 67.09 | 44.71 | - |
| YUV | 196.48 | 108.54 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 235 | 162 | 0.43 | 0 | 0.31 | 0.08 | 136.63 | 0.72 | 0.72 |
| Hex | 86 | EB | A2 | 2B | 0 | 1F | 8 | 89 | 48 | 48 |
| Octal | 206 | 353 | 242 | 53 | 0 | 37 | 10 | 211 | 110 | 110 |
| Binary | 10000110 | 11101011 | 10100010 | 101011 | 0 | 11111 | 1000 | 10001001 | 1001000 | 1001000 |
Color Harmonies of #86EBA2
Complementary color
Monochromatic Colors of #86EBA2
Black with #86EBA2
Text Example
Text Example
White with #86EBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EBA2; }
p { color: rgb(134,235,162); }
H1.HeaderClassName
{
color: #86EBA2;
}
.AnyTagClassName
{
color: #86EBA2;
}
</style>
background-color css
<style>
a { background-color: #86EBA2; }
a { background-color: rgb(134,235,162); }
div.DivClassName
{
background-color: #86EBA2;
}
.BgClassName
{
background-color: #86EBA2;
}
</style>
border-color css
<style>
span { border-color: #86EBA2; }
span { border-color: rgb(134,235,162); }
td.TdClassName
{
border-color: #86EBA2;
}
.TagClassName
{
border-color: #86EBA2;
}
</style>