Shades of Jade #0AC371
Tints of Jade #0AC371
RGB
CMYK
RGB Variations
Color information
#0AC371 (or 0x0AC371) is known color: Jade. HEX triplet: 0A, C3 and 71. RGB value is (10,195,113). Sum of RGB (Red+Green+Blue) = 10+195+113=318 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.14% from 318); Green value is 195 (76.56% from 255 or 61.32% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC371 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC371 is #F53C8E. Grayscale: #828282. Windows color (decimal): -16071823 or 7455498. OLE color: 7455498.
HSL color Cylindrical-coordinate representation of color #0AC371: hue angle of 153.41º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC371 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 195 | 113 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.24 |
| HSL | 153.41º | 0.9% | 0.4% | - |
| HSV(B) | 153.41º | 0.95% | 0.76% | - |
| XYZ | 22.62 | 40.29 | 22.21 | - |
| YUV | 130.34 | 118.21 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 113 | 0.95 | 0 | 0.42 | 0.24 | 153.41 | 0.9 | 0.4 |
| Hex | A | C3 | 71 | 5F | 0 | 2A | 18 | 99 | 5A | 28 |
| Octal | 12 | 303 | 161 | 137 | 0 | 52 | 30 | 231 | 132 | 50 |
| Binary | 1010 | 11000011 | 1110001 | 1011111 | 0 | 101010 | 11000 | 10011001 | 1011010 | 101000 |
Color Harmonies of #0AC371
Complementary color
Monochromatic Colors of #0AC371
Black with #0AC371
Text Example
Text Example
White with #0AC371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC371; }
p { color: rgb(10,195,113); }
H1.HeaderClassName
{
color: #0AC371;
}
.AnyTagClassName
{
color: #0AC371;
}
</style>
background-color css
<style>
a { background-color: #0AC371; }
a { background-color: rgb(10,195,113); }
div.DivClassName
{
background-color: #0AC371;
}
.BgClassName
{
background-color: #0AC371;
}
</style>
border-color css
<style>
span { border-color: #0AC371; }
span { border-color: rgb(10,195,113); }
td.TdClassName
{
border-color: #0AC371;
}
.TagClassName
{
border-color: #0AC371;
}
</style>