Shades of Jade #0AC172
Tints of Jade #0AC172
RGB
CMYK
RGB Variations
Color information
#0AC172 (or 0x0AC172) is known color: Jade. HEX triplet: 0A, C1 and 72. RGB value is (10,193,114). Sum of RGB (Red+Green+Blue) = 10+193+114=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC172 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC172 is #F53E8D. Grayscale: #818181. Windows color (decimal): -16072334 or 7520522. OLE color: 7520522.
HSL color Cylindrical-coordinate representation of color #0AC172: hue angle of 154.1º 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 #0AC172 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 193 | 114 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.24 |
| HSL | 154.1º | 0.9% | 0.4% | - |
| HSV(B) | 154.1º | 0.95% | 0.76% | - |
| XYZ | 22.23 | 39.42 | 22.36 | - |
| YUV | 129.28 | 119.37 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 193 | 114 | 0.95 | 0 | 0.41 | 0.24 | 154.1 | 0.9 | 0.4 |
| Hex | A | C1 | 72 | 5F | 0 | 29 | 18 | 9A | 5A | 28 |
| Octal | 12 | 301 | 162 | 137 | 0 | 51 | 30 | 232 | 132 | 50 |
| Binary | 1010 | 11000001 | 1110010 | 1011111 | 0 | 101001 | 11000 | 10011010 | 1011010 | 101000 |
Color Harmonies of #0AC172
Complementary color
Monochromatic Colors of #0AC172
Black with #0AC172
Text Example
Text Example
White with #0AC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC172; }
p { color: rgb(10,193,114); }
H1.HeaderClassName
{
color: #0AC172;
}
.AnyTagClassName
{
color: #0AC172;
}
</style>
background-color css
<style>
a { background-color: #0AC172; }
a { background-color: rgb(10,193,114); }
div.DivClassName
{
background-color: #0AC172;
}
.BgClassName
{
background-color: #0AC172;
}
</style>
border-color css
<style>
span { border-color: #0AC172; }
span { border-color: rgb(10,193,114); }
td.TdClassName
{
border-color: #0AC172;
}
.TagClassName
{
border-color: #0AC172;
}
</style>