Shades of Jade #01A46C
Tints of Jade #01A46C
RGB
CMYK
RGB Variations
Color information
#01A46C (or 0x01A46C) is known color: Jade. HEX triplet: 01, A4 and 6C. RGB value is (1,164,108). Sum of RGB (Red+Green+Blue) = 1+164+108=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 164 (64.45% from 255 or 60.07% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 164 - color contains mainly: green. Hex color #01A46C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A46C is #FE5B93. Grayscale: #6C6C6C. Windows color (decimal): -16669588 or 7119873. OLE color: 7119873.
HSL color Cylindrical-coordinate representation of color #01A46C: hue angle of 159.39º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A46C is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 164 | 108 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.36 |
| HSL | 159.39º | 0.99% | 0.32% | - |
| HSV(B) | 159.39º | 0.99% | 0.64% | - |
| XYZ | 15.99 | 27.64 | 18.68 | - |
| YUV | 108.88 | 127.5 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 164 | 108 | 0.99 | 0 | 0.34 | 0.36 | 159.39 | 0.99 | 0.32 |
| Hex | 1 | A4 | 6C | 63 | 0 | 22 | 24 | 9F | 63 | 20 |
| Octal | 1 | 244 | 154 | 143 | 0 | 42 | 44 | 237 | 143 | 40 |
| Binary | 1 | 10100100 | 1101100 | 1100011 | 0 | 100010 | 100100 | 10011111 | 1100011 | 100000 |
Color Harmonies of #01A46C
Complementary color
Monochromatic Colors of #01A46C
Black with #01A46C
Text Example
Text Example
White with #01A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A46C; }
p { color: rgb(1,164,108); }
H1.HeaderClassName
{
color: #01A46C;
}
.AnyTagClassName
{
color: #01A46C;
}
</style>
background-color css
<style>
a { background-color: #01A46C; }
a { background-color: rgb(1,164,108); }
div.DivClassName
{
background-color: #01A46C;
}
.BgClassName
{
background-color: #01A46C;
}
</style>
border-color css
<style>
span { border-color: #01A46C; }
span { border-color: rgb(1,164,108); }
td.TdClassName
{
border-color: #01A46C;
}
.TagClassName
{
border-color: #01A46C;
}
</style>