Shades of Jade #01AD6C
Tints of Jade #01AD6C
RGB
CMYK
RGB Variations
Color information
#01AD6C (or 0x01AD6C) is known color: Jade. HEX triplet: 01, AD and 6C. RGB value is (1,173,108). Sum of RGB (Red+Green+Blue) = 1+173+108=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AD6C is #FE5293. Grayscale: #727272. Windows color (decimal): -16667284 or 7122177. OLE color: 7122177.
HSL color Cylindrical-coordinate representation of color #01AD6C: hue angle of 157.33º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AD6C is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 108 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.32 |
| HSL | 157.33º | 0.99% | 0.34% | - |
| HSV(B) | 157.33º | 0.99% | 0.68% | - |
| XYZ | 17.66 | 30.98 | 19.24 | - |
| YUV | 114.16 | 124.52 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 108 | 0.99 | 0 | 0.38 | 0.32 | 157.33 | 0.99 | 0.34 |
| Hex | 1 | AD | 6C | 63 | 0 | 26 | 20 | 9D | 63 | 22 |
| Octal | 1 | 255 | 154 | 143 | 0 | 46 | 40 | 235 | 143 | 42 |
| Binary | 1 | 10101101 | 1101100 | 1100011 | 0 | 100110 | 100000 | 10011101 | 1100011 | 100010 |
Color Harmonies of #01AD6C
Complementary color
Monochromatic Colors of #01AD6C
Black with #01AD6C
Text Example
Text Example
White with #01AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD6C; }
p { color: rgb(1,173,108); }
H1.HeaderClassName
{
color: #01AD6C;
}
.AnyTagClassName
{
color: #01AD6C;
}
</style>
background-color css
<style>
a { background-color: #01AD6C; }
a { background-color: rgb(1,173,108); }
div.DivClassName
{
background-color: #01AD6C;
}
.BgClassName
{
background-color: #01AD6C;
}
</style>
border-color css
<style>
span { border-color: #01AD6C; }
span { border-color: rgb(1,173,108); }
td.TdClassName
{
border-color: #01AD6C;
}
.TagClassName
{
border-color: #01AD6C;
}
</style>