Shades of Jade #01AC74
Tints of Jade #01AC74
RGB
CMYK
RGB Variations
Color information
#01AC74 (or 0x01AC74) is known color: Jade. HEX triplet: 01, AC and 74. RGB value is (1,172,116). Sum of RGB (Red+Green+Blue) = 1+172+116=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 172 (67.58% from 255 or 59.52% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AC74 is #FE538B. Grayscale: #727272. Windows color (decimal): -16667532 or 7646209. OLE color: 7646209.
HSL color Cylindrical-coordinate representation of color #01AC74: hue angle of 160.35º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AC74 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 172 | 116 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.33 |
| HSL | 160.35º | 0.99% | 0.34% | - |
| HSV(B) | 160.35º | 0.99% | 0.67% | - |
| XYZ | 17.92 | 30.77 | 21.52 | - |
| YUV | 114.49 | 128.85 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 116 | 0.99 | 0 | 0.33 | 0.33 | 160.35 | 0.99 | 0.34 |
| Hex | 1 | AC | 74 | 63 | 0 | 21 | 21 | A0 | 63 | 22 |
| Octal | 1 | 254 | 164 | 143 | 0 | 41 | 41 | 240 | 143 | 42 |
| Binary | 1 | 10101100 | 1110100 | 1100011 | 0 | 100001 | 100001 | 10100000 | 1100011 | 100010 |
Color Harmonies of #01AC74
Complementary color
Monochromatic Colors of #01AC74
Black with #01AC74
Text Example
Text Example
White with #01AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AC74; }
p { color: rgb(1,172,116); }
H1.HeaderClassName
{
color: #01AC74;
}
.AnyTagClassName
{
color: #01AC74;
}
</style>
background-color css
<style>
a { background-color: #01AC74; }
a { background-color: rgb(1,172,116); }
div.DivClassName
{
background-color: #01AC74;
}
.BgClassName
{
background-color: #01AC74;
}
</style>
border-color css
<style>
span { border-color: #01AC74; }
span { border-color: rgb(1,172,116); }
td.TdClassName
{
border-color: #01AC74;
}
.TagClassName
{
border-color: #01AC74;
}
</style>