Shades of Jade #01AF70
Tints of Jade #01AF70
RGB
CMYK
RGB Variations
Color information
#01AF70 (or 0x01AF70) is known color: Jade. HEX triplet: 01, AF and 70. RGB value is (1,175,112). Sum of RGB (Red+Green+Blue) = 1+175+112=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 175 (68.75% from 255 or 60.76% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AF70 is #FE508F. Grayscale: #737373. Windows color (decimal): -16666768 or 7384833. OLE color: 7384833.
HSL color Cylindrical-coordinate representation of color #01AF70: hue angle of 158.28º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF70 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 112 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.31 |
| HSL | 158.28º | 0.99% | 0.35% | - |
| HSV(B) | 158.28º | 0.99% | 0.69% | - |
| XYZ | 18.27 | 31.84 | 20.51 | - |
| YUV | 115.79 | 125.85 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 112 | 0.99 | 0 | 0.36 | 0.31 | 158.28 | 0.99 | 0.35 |
| Hex | 1 | AF | 70 | 63 | 0 | 24 | 1F | 9E | 63 | 23 |
| Octal | 1 | 257 | 160 | 143 | 0 | 44 | 37 | 236 | 143 | 43 |
| Binary | 1 | 10101111 | 1110000 | 1100011 | 0 | 100100 | 11111 | 10011110 | 1100011 | 100011 |
Color Harmonies of #01AF70
Complementary color
Monochromatic Colors of #01AF70
Black with #01AF70
Text Example
Text Example
White with #01AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF70; }
p { color: rgb(1,175,112); }
H1.HeaderClassName
{
color: #01AF70;
}
.AnyTagClassName
{
color: #01AF70;
}
</style>
background-color css
<style>
a { background-color: #01AF70; }
a { background-color: rgb(1,175,112); }
div.DivClassName
{
background-color: #01AF70;
}
.BgClassName
{
background-color: #01AF70;
}
</style>
border-color css
<style>
span { border-color: #01AF70; }
span { border-color: rgb(1,175,112); }
td.TdClassName
{
border-color: #01AF70;
}
.TagClassName
{
border-color: #01AF70;
}
</style>