Shades of Jade #01AF7C
Tints of Jade #01AF7C
RGB
CMYK
RGB Variations
Color information
#01AF7C (or 0x01AF7C) is known color: Jade. HEX triplet: 01, AF and 7C. RGB value is (1,175,124). Sum of RGB (Red+Green+Blue) = 1+175+124=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AF7C is #FE5083. Grayscale: #757575. Windows color (decimal): -16666756 or 8171265. OLE color: 8171265.
HSL color Cylindrical-coordinate representation of color #01AF7C: hue angle of 162.41º 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 #01AF7C is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 124 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.31 |
| HSL | 162.41º | 0.99% | 0.35% | - |
| HSV(B) | 162.41º | 0.99% | 0.69% | - |
| XYZ | 18.98 | 32.12 | 24.27 | - |
| YUV | 117.16 | 131.85 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 124 | 0.99 | 0 | 0.29 | 0.31 | 162.41 | 0.99 | 0.35 |
| Hex | 1 | AF | 7C | 63 | 0 | 1D | 1F | A2 | 63 | 23 |
| Octal | 1 | 257 | 174 | 143 | 0 | 35 | 37 | 242 | 143 | 43 |
| Binary | 1 | 10101111 | 1111100 | 1100011 | 0 | 11101 | 11111 | 10100010 | 1100011 | 100011 |
Color Harmonies of #01AF7C
Complementary color
Monochromatic Colors of #01AF7C
Black with #01AF7C
Text Example
Text Example
White with #01AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF7C; }
p { color: rgb(1,175,124); }
H1.HeaderClassName
{
color: #01AF7C;
}
.AnyTagClassName
{
color: #01AF7C;
}
</style>
background-color css
<style>
a { background-color: #01AF7C; }
a { background-color: rgb(1,175,124); }
div.DivClassName
{
background-color: #01AF7C;
}
.BgClassName
{
background-color: #01AF7C;
}
</style>
border-color css
<style>
span { border-color: #01AF7C; }
span { border-color: rgb(1,175,124); }
td.TdClassName
{
border-color: #01AF7C;
}
.TagClassName
{
border-color: #01AF7C;
}
</style>