Shades of Jade #0AC16D
Tints of Jade #0AC16D
RGB
CMYK
RGB Variations
Color information
#0AC16D (or 0x0AC16D) is known color: Jade. HEX triplet: 0A, C1 and 6D. RGB value is (10,193,109). Sum of RGB (Red+Green+Blue) = 10+193+109=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC16D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC16D is #F53E92. Grayscale: #808080. Windows color (decimal): -16072339 or 7192842. OLE color: 7192842.
HSL color Cylindrical-coordinate representation of color #0AC16D: hue angle of 152.46º 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 #0AC16D is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 193 | 109 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.24 |
| HSL | 152.46º | 0.9% | 0.4% | - |
| HSV(B) | 152.46º | 0.95% | 0.76% | - |
| XYZ | 21.96 | 39.31 | 20.9 | - |
| YUV | 128.71 | 116.87 | 43.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 193 | 109 | 0.95 | 0 | 0.44 | 0.24 | 152.46 | 0.9 | 0.4 |
| Hex | A | C1 | 6D | 5F | 0 | 2C | 18 | 98 | 5A | 28 |
| Octal | 12 | 301 | 155 | 137 | 0 | 54 | 30 | 230 | 132 | 50 |
| Binary | 1010 | 11000001 | 1101101 | 1011111 | 0 | 101100 | 11000 | 10011000 | 1011010 | 101000 |
Color Harmonies of #0AC16D
Complementary color
Monochromatic Colors of #0AC16D
Black with #0AC16D
Text Example
Text Example
White with #0AC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC16D; }
p { color: rgb(10,193,109); }
H1.HeaderClassName
{
color: #0AC16D;
}
.AnyTagClassName
{
color: #0AC16D;
}
</style>
background-color css
<style>
a { background-color: #0AC16D; }
a { background-color: rgb(10,193,109); }
div.DivClassName
{
background-color: #0AC16D;
}
.BgClassName
{
background-color: #0AC16D;
}
</style>
border-color css
<style>
span { border-color: #0AC16D; }
span { border-color: rgb(10,193,109); }
td.TdClassName
{
border-color: #0AC16D;
}
.TagClassName
{
border-color: #0AC16D;
}
</style>