Shades of Jade #0AC871
Tints of Jade #0AC871
RGB
CMYK
RGB Variations
Color information
#0AC871 (or 0x0AC871) is known color: Jade. HEX triplet: 0A, C8 and 71. RGB value is (10,200,113). Sum of RGB (Red+Green+Blue) = 10+200+113=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 200 (78.52% from 255 or 61.92% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC871 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC871 is #F5378E. Grayscale: #858585. Windows color (decimal): -16070543 or 7456778. OLE color: 7456778.
HSL color Cylindrical-coordinate representation of color #0AC871: hue angle of 152.53º 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 #0AC871 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 113 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.22 |
| HSL | 152.53º | 0.9% | 0.41% | - |
| HSV(B) | 152.53º | 0.95% | 0.78% | - |
| XYZ | 23.76 | 42.57 | 22.59 | - |
| YUV | 133.27 | 116.55 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 113 | 0.95 | 0 | 0.44 | 0.22 | 152.53 | 0.9 | 0.41 |
| Hex | A | C8 | 71 | 5F | 0 | 2C | 16 | 99 | 5A | 29 |
| Octal | 12 | 310 | 161 | 137 | 0 | 54 | 26 | 231 | 132 | 51 |
| Binary | 1010 | 11001000 | 1110001 | 1011111 | 0 | 101100 | 10110 | 10011001 | 1011010 | 101001 |
Color Harmonies of #0AC871
Complementary color
Monochromatic Colors of #0AC871
Black with #0AC871
Text Example
Text Example
White with #0AC871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC871; }
p { color: rgb(10,200,113); }
H1.HeaderClassName
{
color: #0AC871;
}
.AnyTagClassName
{
color: #0AC871;
}
</style>
background-color css
<style>
a { background-color: #0AC871; }
a { background-color: rgb(10,200,113); }
div.DivClassName
{
background-color: #0AC871;
}
.BgClassName
{
background-color: #0AC871;
}
</style>
border-color css
<style>
span { border-color: #0AC871; }
span { border-color: rgb(10,200,113); }
td.TdClassName
{
border-color: #0AC871;
}
.TagClassName
{
border-color: #0AC871;
}
</style>