Shades of Jade #01A867
Tints of Jade #01A867
RGB
CMYK
RGB Variations
Color information
#01A867 (or 0x01A867) is known color: Jade. HEX triplet: 01, A8 and 67. RGB value is (1,168,103). Sum of RGB (Red+Green+Blue) = 1+168+103=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 168 (66.02% from 255 or 61.76% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 168 - color contains mainly: green. Hex color #01A867 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A867 is #FE5798. Grayscale: #6E6E6E. Windows color (decimal): -16668569 or 6793217. OLE color: 6793217.
HSL color Cylindrical-coordinate representation of color #01A867: hue angle of 156.65º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A867 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 168 | 103 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.34 |
| HSL | 156.65º | 0.99% | 0.33% | - |
| HSV(B) | 156.65º | 0.99% | 0.66% | - |
| XYZ | 16.46 | 28.99 | 17.56 | - |
| YUV | 110.66 | 123.67 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 168 | 103 | 0.99 | 0 | 0.39 | 0.34 | 156.65 | 0.99 | 0.33 |
| Hex | 1 | A8 | 67 | 63 | 0 | 27 | 22 | 9D | 63 | 21 |
| Octal | 1 | 250 | 147 | 143 | 0 | 47 | 42 | 235 | 143 | 41 |
| Binary | 1 | 10101000 | 1100111 | 1100011 | 0 | 100111 | 100010 | 10011101 | 1100011 | 100001 |
Color Harmonies of #01A867
Complementary color
Monochromatic Colors of #01A867
Black with #01A867
Text Example
Text Example
White with #01A867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A867; }
p { color: rgb(1,168,103); }
H1.HeaderClassName
{
color: #01A867;
}
.AnyTagClassName
{
color: #01A867;
}
</style>
background-color css
<style>
a { background-color: #01A867; }
a { background-color: rgb(1,168,103); }
div.DivClassName
{
background-color: #01A867;
}
.BgClassName
{
background-color: #01A867;
}
</style>
border-color css
<style>
span { border-color: #01A867; }
span { border-color: rgb(1,168,103); }
td.TdClassName
{
border-color: #01A867;
}
.TagClassName
{
border-color: #01A867;
}
</style>