Shades of Jade #01A46F
Tints of Jade #01A46F
RGB
CMYK
RGB Variations
Color information
#01A46F (or 0x01A46F) is known color: Jade. HEX triplet: 01, A4 and 6F. RGB value is (1,164,111). Sum of RGB (Red+Green+Blue) = 1+164+111=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #01A46F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A46F is #FE5B90. Grayscale: #6D6D6D. Windows color (decimal): -16669585 or 7316481. OLE color: 7316481.
HSL color Cylindrical-coordinate representation of color #01A46F: hue angle of 160.49º 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 #01A46F is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 164 | 111 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.36 |
| HSL | 160.49º | 0.99% | 0.32% | - |
| HSV(B) | 160.49º | 0.99% | 0.64% | - |
| XYZ | 16.16 | 27.71 | 19.53 | - |
| YUV | 109.22 | 129 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 164 | 111 | 0.99 | 0 | 0.32 | 0.36 | 160.49 | 0.99 | 0.32 |
| Hex | 1 | A4 | 6F | 63 | 0 | 20 | 24 | A0 | 63 | 20 |
| Octal | 1 | 244 | 157 | 143 | 0 | 40 | 44 | 240 | 143 | 40 |
| Binary | 1 | 10100100 | 1101111 | 1100011 | 0 | 100000 | 100100 | 10100000 | 1100011 | 100000 |
Color Harmonies of #01A46F
Complementary color
Monochromatic Colors of #01A46F
Black with #01A46F
Text Example
Text Example
White with #01A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A46F; }
p { color: rgb(1,164,111); }
H1.HeaderClassName
{
color: #01A46F;
}
.AnyTagClassName
{
color: #01A46F;
}
</style>
background-color css
<style>
a { background-color: #01A46F; }
a { background-color: rgb(1,164,111); }
div.DivClassName
{
background-color: #01A46F;
}
.BgClassName
{
background-color: #01A46F;
}
</style>
border-color css
<style>
span { border-color: #01A46F; }
span { border-color: rgb(1,164,111); }
td.TdClassName
{
border-color: #01A46F;
}
.TagClassName
{
border-color: #01A46F;
}
</style>