Shades of Jade #0AB36C
Tints of Jade #0AB36C
RGB
CMYK
RGB Variations
Color information
#0AB36C (or 0x0AB36C) is known color: Jade. HEX triplet: 0A, B3 and 6C. RGB value is (10,179,108). Sum of RGB (Red+Green+Blue) = 10+179+108=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 179 (70.31% from 255 or 60.27% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 179 - color contains mainly: green. Hex color #0AB36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB36C is #F54C93. Grayscale: #787878. Windows color (decimal): -16075924 or 7123722. OLE color: 7123722.
HSL color Cylindrical-coordinate representation of color #0AB36C: hue angle of 154.79º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB36C is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 10 | 179 | 108 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.30 |
| HSL | 154.79º | 0.89% | 0.37% | - |
| HSV(B) | 154.79º | 0.94% | 0.7% | - |
| XYZ | 18.95 | 33.39 | 19.63 | - |
| YUV | 120.38 | 121.01 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 179 | 108 | 0.94 | 0 | 0.40 | 0.30 | 154.79 | 0.89 | 0.37 |
| Hex | A | B3 | 6C | 5E | 0 | 28 | 1E | 9B | 59 | 25 |
| Octal | 12 | 263 | 154 | 136 | 0 | 50 | 36 | 233 | 131 | 45 |
| Binary | 1010 | 10110011 | 1101100 | 1011110 | 0 | 101000 | 11110 | 10011011 | 1011001 | 100101 |
Color Harmonies of #0AB36C
Complementary color
Monochromatic Colors of #0AB36C
Black with #0AB36C
Text Example
Text Example
White with #0AB36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB36C; }
p { color: rgb(10,179,108); }
H1.HeaderClassName
{
color: #0AB36C;
}
.AnyTagClassName
{
color: #0AB36C;
}
</style>
background-color css
<style>
a { background-color: #0AB36C; }
a { background-color: rgb(10,179,108); }
div.DivClassName
{
background-color: #0AB36C;
}
.BgClassName
{
background-color: #0AB36C;
}
</style>
border-color css
<style>
span { border-color: #0AB36C; }
span { border-color: rgb(10,179,108); }
td.TdClassName
{
border-color: #0AB36C;
}
.TagClassName
{
border-color: #0AB36C;
}
</style>