Shades of Jade #0AC86F
Tints of Jade #0AC86F
RGB
CMYK
RGB Variations
Color information
#0AC86F (or 0x0AC86F) is known color: Jade. HEX triplet: 0A, C8 and 6F. RGB value is (10,200,111). Sum of RGB (Red+Green+Blue) = 10+200+111=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 200 (78.52% from 255 or 62.31% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC86F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC86F is #F53790. Grayscale: #858585. Windows color (decimal): -16070545 or 7325706. OLE color: 7325706.
HSL color Cylindrical-coordinate representation of color #0AC86F: hue angle of 151.89º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC86F is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 111 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.22 |
| HSL | 151.89º | 0.9% | 0.41% | - |
| HSV(B) | 151.89º | 0.95% | 0.78% | - |
| XYZ | 23.65 | 42.52 | 22 | - |
| YUV | 133.04 | 115.55 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 111 | 0.95 | 0 | 0.44 | 0.22 | 151.89 | 0.9 | 0.41 |
| Hex | A | C8 | 6F | 5F | 0 | 2C | 16 | 98 | 5A | 29 |
| Octal | 12 | 310 | 157 | 137 | 0 | 54 | 26 | 230 | 132 | 51 |
| Binary | 1010 | 11001000 | 1101111 | 1011111 | 0 | 101100 | 10110 | 10011000 | 1011010 | 101001 |
Color Harmonies of #0AC86F
Complementary color
Monochromatic Colors of #0AC86F
Black with #0AC86F
Text Example
Text Example
White with #0AC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC86F; }
p { color: rgb(10,200,111); }
H1.HeaderClassName
{
color: #0AC86F;
}
.AnyTagClassName
{
color: #0AC86F;
}
</style>
background-color css
<style>
a { background-color: #0AC86F; }
a { background-color: rgb(10,200,111); }
div.DivClassName
{
background-color: #0AC86F;
}
.BgClassName
{
background-color: #0AC86F;
}
</style>
border-color css
<style>
span { border-color: #0AC86F; }
span { border-color: rgb(10,200,111); }
td.TdClassName
{
border-color: #0AC86F;
}
.TagClassName
{
border-color: #0AC86F;
}
</style>