Shades of Jade #0AC065
Tints of Jade #0AC065
RGB
CMYK
RGB Variations
Color information
#0AC065 (or 0x0AC065) is known color: Jade. HEX triplet: 0A, C0 and 65. RGB value is (10,192,101). Sum of RGB (Red+Green+Blue) = 10+192+101=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC065 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC065 is #F53F9A. Grayscale: #7F7F7F. Windows color (decimal): -16072603 or 6668298. OLE color: 6668298.
HSL color Cylindrical-coordinate representation of color #0AC065: hue angle of 150º 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 #0AC065 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 101 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.25 |
| HSL | 150º | 0.9% | 0.4% | - |
| HSV(B) | 150º | 0.95% | 0.75% | - |
| XYZ | 21.32 | 38.7 | 18.66 | - |
| YUV | 127.21 | 113.2 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 101 | 0.95 | 0 | 0.47 | 0.25 | 150 | 0.9 | 0.4 |
| Hex | A | C0 | 65 | 5F | 0 | 2F | 19 | 96 | 5A | 28 |
| Octal | 12 | 300 | 145 | 137 | 0 | 57 | 31 | 226 | 132 | 50 |
| Binary | 1010 | 11000000 | 1100101 | 1011111 | 0 | 101111 | 11001 | 10010110 | 1011010 | 101000 |
Color Harmonies of #0AC065
Complementary color
Monochromatic Colors of #0AC065
Black with #0AC065
Text Example
Text Example
White with #0AC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC065; }
p { color: rgb(10,192,101); }
H1.HeaderClassName
{
color: #0AC065;
}
.AnyTagClassName
{
color: #0AC065;
}
</style>
background-color css
<style>
a { background-color: #0AC065; }
a { background-color: rgb(10,192,101); }
div.DivClassName
{
background-color: #0AC065;
}
.BgClassName
{
background-color: #0AC065;
}
</style>
border-color css
<style>
span { border-color: #0AC065; }
span { border-color: rgb(10,192,101); }
td.TdClassName
{
border-color: #0AC065;
}
.TagClassName
{
border-color: #0AC065;
}
</style>