Shades of Jade #0AC06F
Tints of Jade #0AC06F
RGB
CMYK
RGB Variations
Color information
#0AC06F (or 0x0AC06F) is known color: Jade. HEX triplet: 0A, C0 and 6F. RGB value is (10,192,111). Sum of RGB (Red+Green+Blue) = 10+192+111=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC06F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC06F is #F53F90. Grayscale: #808080. Windows color (decimal): -16072593 or 7323658. OLE color: 7323658.
HSL color Cylindrical-coordinate representation of color #0AC06F: hue angle of 153.3º 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 #0AC06F is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 111 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.25 |
| HSL | 153.3º | 0.9% | 0.4% | - |
| HSV(B) | 153.3º | 0.95% | 0.75% | - |
| XYZ | 21.84 | 38.91 | 21.4 | - |
| YUV | 128.35 | 118.2 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 111 | 0.95 | 0 | 0.42 | 0.25 | 153.3 | 0.9 | 0.4 |
| Hex | A | C0 | 6F | 5F | 0 | 2A | 19 | 99 | 5A | 28 |
| Octal | 12 | 300 | 157 | 137 | 0 | 52 | 31 | 231 | 132 | 50 |
| Binary | 1010 | 11000000 | 1101111 | 1011111 | 0 | 101010 | 11001 | 10011001 | 1011010 | 101000 |
Color Harmonies of #0AC06F
Complementary color
Monochromatic Colors of #0AC06F
Black with #0AC06F
Text Example
Text Example
White with #0AC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC06F; }
p { color: rgb(10,192,111); }
H1.HeaderClassName
{
color: #0AC06F;
}
.AnyTagClassName
{
color: #0AC06F;
}
</style>
background-color css
<style>
a { background-color: #0AC06F; }
a { background-color: rgb(10,192,111); }
div.DivClassName
{
background-color: #0AC06F;
}
.BgClassName
{
background-color: #0AC06F;
}
</style>
border-color css
<style>
span { border-color: #0AC06F; }
span { border-color: rgb(10,192,111); }
td.TdClassName
{
border-color: #0AC06F;
}
.TagClassName
{
border-color: #0AC06F;
}
</style>