Shades of Jade #01AC65
Tints of Jade #01AC65
RGB
CMYK
RGB Variations
Color information
#01AC65 (or 0x01AC65) is known color: Jade. HEX triplet: 01, AC and 65. RGB value is (1,172,101). Sum of RGB (Red+Green+Blue) = 1+172+101=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 172 (67.58% from 255 or 62.77% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AC65 is #FE539A. Grayscale: #707070. Windows color (decimal): -16667547 or 6663169. OLE color: 6663169.
HSL color Cylindrical-coordinate representation of color #01AC65: hue angle of 155.09º 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 #01AC65 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 172 | 101 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.33 |
| HSL | 155.09º | 0.99% | 0.34% | - |
| HSV(B) | 155.09º | 0.99% | 0.67% | - |
| XYZ | 17.11 | 30.45 | 17.29 | - |
| YUV | 112.78 | 121.35 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 101 | 0.99 | 0 | 0.41 | 0.33 | 155.09 | 0.99 | 0.34 |
| Hex | 1 | AC | 65 | 63 | 0 | 29 | 21 | 9B | 63 | 22 |
| Octal | 1 | 254 | 145 | 143 | 0 | 51 | 41 | 233 | 143 | 42 |
| Binary | 1 | 10101100 | 1100101 | 1100011 | 0 | 101001 | 100001 | 10011011 | 1100011 | 100010 |
Color Harmonies of #01AC65
Complementary color
Monochromatic Colors of #01AC65
Black with #01AC65
Text Example
Text Example
White with #01AC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AC65; }
p { color: rgb(1,172,101); }
H1.HeaderClassName
{
color: #01AC65;
}
.AnyTagClassName
{
color: #01AC65;
}
</style>
background-color css
<style>
a { background-color: #01AC65; }
a { background-color: rgb(1,172,101); }
div.DivClassName
{
background-color: #01AC65;
}
.BgClassName
{
background-color: #01AC65;
}
</style>
border-color css
<style>
span { border-color: #01AC65; }
span { border-color: rgb(1,172,101); }
td.TdClassName
{
border-color: #01AC65;
}
.TagClassName
{
border-color: #01AC65;
}
</style>