Shades of Jade #0AC063
Tints of Jade #0AC063
RGB
CMYK
RGB Variations
Color information
#0AC063 (or 0x0AC063) is known color: Jade. HEX triplet: 0A, C0 and 63. RGB value is (10,192,99). Sum of RGB (Red+Green+Blue) = 10+192+99=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC063 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC063 is #F53F9C. Grayscale: #7F7F7F. Windows color (decimal): -16072605 or 6537226. OLE color: 6537226.
HSL color Cylindrical-coordinate representation of color #0AC063: hue angle of 149.34º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC063 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 99 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.25 |
| HSL | 149.34º | 0.9% | 0.4% | - |
| HSV(B) | 149.34º | 0.95% | 0.75% | - |
| XYZ | 21.23 | 38.66 | 18.15 | - |
| YUV | 126.98 | 112.2 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 99 | 0.95 | 0 | 0.48 | 0.25 | 149.34 | 0.9 | 0.4 |
| Hex | A | C0 | 63 | 5F | 0 | 30 | 19 | 95 | 5A | 28 |
| Octal | 12 | 300 | 143 | 137 | 0 | 60 | 31 | 225 | 132 | 50 |
| Binary | 1010 | 11000000 | 1100011 | 1011111 | 0 | 110000 | 11001 | 10010101 | 1011010 | 101000 |
Color Harmonies of #0AC063
Complementary color
Monochromatic Colors of #0AC063
Black with #0AC063
Text Example
Text Example
White with #0AC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC063; }
p { color: rgb(10,192,99); }
H1.HeaderClassName
{
color: #0AC063;
}
.AnyTagClassName
{
color: #0AC063;
}
</style>
background-color css
<style>
a { background-color: #0AC063; }
a { background-color: rgb(10,192,99); }
div.DivClassName
{
background-color: #0AC063;
}
.BgClassName
{
background-color: #0AC063;
}
</style>
border-color css
<style>
span { border-color: #0AC063; }
span { border-color: rgb(10,192,99); }
td.TdClassName
{
border-color: #0AC063;
}
.TagClassName
{
border-color: #0AC063;
}
</style>