Shades of Jade #0AC06B
Tints of Jade #0AC06B
RGB
CMYK
RGB Variations
Color information
#0AC06B (or 0x0AC06B) is known color: Jade. HEX triplet: 0A, C0 and 6B. RGB value is (10,192,107). Sum of RGB (Red+Green+Blue) = 10+192+107=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC06B is #F53F94. Grayscale: #808080. Windows color (decimal): -16072597 or 7061514. OLE color: 7061514.
HSL color Cylindrical-coordinate representation of color #0AC06B: hue angle of 151.98º 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 #0AC06B is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 107 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.25 |
| HSL | 151.98º | 0.9% | 0.4% | - |
| HSV(B) | 151.98º | 0.95% | 0.75% | - |
| XYZ | 21.63 | 38.83 | 20.26 | - |
| YUV | 127.89 | 116.2 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 107 | 0.95 | 0 | 0.44 | 0.25 | 151.98 | 0.9 | 0.4 |
| Hex | A | C0 | 6B | 5F | 0 | 2C | 19 | 98 | 5A | 28 |
| Octal | 12 | 300 | 153 | 137 | 0 | 54 | 31 | 230 | 132 | 50 |
| Binary | 1010 | 11000000 | 1101011 | 1011111 | 0 | 101100 | 11001 | 10011000 | 1011010 | 101000 |
Color Harmonies of #0AC06B
Complementary color
Monochromatic Colors of #0AC06B
Black with #0AC06B
Text Example
Text Example
White with #0AC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC06B; }
p { color: rgb(10,192,107); }
H1.HeaderClassName
{
color: #0AC06B;
}
.AnyTagClassName
{
color: #0AC06B;
}
</style>
background-color css
<style>
a { background-color: #0AC06B; }
a { background-color: rgb(10,192,107); }
div.DivClassName
{
background-color: #0AC06B;
}
.BgClassName
{
background-color: #0AC06B;
}
</style>
border-color css
<style>
span { border-color: #0AC06B; }
span { border-color: rgb(10,192,107); }
td.TdClassName
{
border-color: #0AC06B;
}
.TagClassName
{
border-color: #0AC06B;
}
</style>