Shades of Jade #0AC36F
Tints of Jade #0AC36F
RGB
CMYK
RGB Variations
Color information
#0AC36F (or 0x0AC36F) is known color: Jade. HEX triplet: 0A, C3 and 6F. RGB value is (10,195,111). Sum of RGB (Red+Green+Blue) = 10+195+111=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC36F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC36F is #F53C90. Grayscale: #828282. Windows color (decimal): -16071825 or 7324426. OLE color: 7324426.
HSL color Cylindrical-coordinate representation of color #0AC36F: hue angle of 152.76º 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 #0AC36F is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 195 | 111 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.24 |
| HSL | 152.76º | 0.9% | 0.4% | - |
| HSV(B) | 152.76º | 0.95% | 0.76% | - |
| XYZ | 22.51 | 40.24 | 21.62 | - |
| YUV | 130.11 | 117.21 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 111 | 0.95 | 0 | 0.43 | 0.24 | 152.76 | 0.9 | 0.4 |
| Hex | A | C3 | 6F | 5F | 0 | 2B | 18 | 99 | 5A | 28 |
| Octal | 12 | 303 | 157 | 137 | 0 | 53 | 30 | 231 | 132 | 50 |
| Binary | 1010 | 11000011 | 1101111 | 1011111 | 0 | 101011 | 11000 | 10011001 | 1011010 | 101000 |
Color Harmonies of #0AC36F
Complementary color
Monochromatic Colors of #0AC36F
Black with #0AC36F
Text Example
Text Example
White with #0AC36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC36F; }
p { color: rgb(10,195,111); }
H1.HeaderClassName
{
color: #0AC36F;
}
.AnyTagClassName
{
color: #0AC36F;
}
</style>
background-color css
<style>
a { background-color: #0AC36F; }
a { background-color: rgb(10,195,111); }
div.DivClassName
{
background-color: #0AC36F;
}
.BgClassName
{
background-color: #0AC36F;
}
</style>
border-color css
<style>
span { border-color: #0AC36F; }
span { border-color: rgb(10,195,111); }
td.TdClassName
{
border-color: #0AC36F;
}
.TagClassName
{
border-color: #0AC36F;
}
</style>