Shades of Jade #0AC16A
Tints of Jade #0AC16A
RGB
CMYK
RGB Variations
Color information
#0AC16A (or 0x0AC16A) is known color: Jade. HEX triplet: 0A, C1 and 6A. RGB value is (10,193,106). Sum of RGB (Red+Green+Blue) = 10+193+106=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 193 (75.78% from 255 or 62.46% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC16A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC16A is #F53E95. Grayscale: #808080. Windows color (decimal): -16072342 or 6996234. OLE color: 6996234.
HSL color Cylindrical-coordinate representation of color #0AC16A: hue angle of 151.48º 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 #0AC16A is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 193 | 106 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.24 |
| HSL | 151.48º | 0.9% | 0.4% | - |
| HSV(B) | 151.48º | 0.95% | 0.76% | - |
| XYZ | 21.8 | 39.25 | 20.06 | - |
| YUV | 128.37 | 115.37 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 193 | 106 | 0.95 | 0 | 0.45 | 0.24 | 151.48 | 0.9 | 0.4 |
| Hex | A | C1 | 6A | 5F | 0 | 2D | 18 | 97 | 5A | 28 |
| Octal | 12 | 301 | 152 | 137 | 0 | 55 | 30 | 227 | 132 | 50 |
| Binary | 1010 | 11000001 | 1101010 | 1011111 | 0 | 101101 | 11000 | 10010111 | 1011010 | 101000 |
Color Harmonies of #0AC16A
Complementary color
Monochromatic Colors of #0AC16A
Black with #0AC16A
Text Example
Text Example
White with #0AC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC16A; }
p { color: rgb(10,193,106); }
H1.HeaderClassName
{
color: #0AC16A;
}
.AnyTagClassName
{
color: #0AC16A;
}
</style>
background-color css
<style>
a { background-color: #0AC16A; }
a { background-color: rgb(10,193,106); }
div.DivClassName
{
background-color: #0AC16A;
}
.BgClassName
{
background-color: #0AC16A;
}
</style>
border-color css
<style>
span { border-color: #0AC16A; }
span { border-color: rgb(10,193,106); }
td.TdClassName
{
border-color: #0AC16A;
}
.TagClassName
{
border-color: #0AC16A;
}
</style>