Shades of Jade #0AC96D
Tints of Jade #0AC96D
RGB
CMYK
RGB Variations
Color information
#0AC96D (or 0x0AC96D) is known color: Jade. HEX triplet: 0A, C9 and 6D. RGB value is (10,201,109). Sum of RGB (Red+Green+Blue) = 10+201+109=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 201 (78.91% from 255 or 62.81% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC96D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC96D is #F53692. Grayscale: #858585. Windows color (decimal): -16070291 or 7194890. OLE color: 7194890.
HSL color Cylindrical-coordinate representation of color #0AC96D: hue angle of 151.1º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC96D is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 201 | 109 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.21 |
| HSL | 151.1º | 0.91% | 0.41% | - |
| HSV(B) | 151.1º | 0.95% | 0.79% | - |
| XYZ | 23.77 | 42.94 | 21.5 | - |
| YUV | 133.4 | 114.22 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 201 | 109 | 0.95 | 0 | 0.46 | 0.21 | 151.1 | 0.91 | 0.41 |
| Hex | A | C9 | 6D | 5F | 0 | 2E | 15 | 97 | 5B | 29 |
| Octal | 12 | 311 | 155 | 137 | 0 | 56 | 25 | 227 | 133 | 51 |
| Binary | 1010 | 11001001 | 1101101 | 1011111 | 0 | 101110 | 10101 | 10010111 | 1011011 | 101001 |
Color Harmonies of #0AC96D
Complementary color
Monochromatic Colors of #0AC96D
Black with #0AC96D
Text Example
Text Example
White with #0AC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC96D; }
p { color: rgb(10,201,109); }
H1.HeaderClassName
{
color: #0AC96D;
}
.AnyTagClassName
{
color: #0AC96D;
}
</style>
background-color css
<style>
a { background-color: #0AC96D; }
a { background-color: rgb(10,201,109); }
div.DivClassName
{
background-color: #0AC96D;
}
.BgClassName
{
background-color: #0AC96D;
}
</style>
border-color css
<style>
span { border-color: #0AC96D; }
span { border-color: rgb(10,201,109); }
td.TdClassName
{
border-color: #0AC96D;
}
.TagClassName
{
border-color: #0AC96D;
}
</style>