Shades of Jade #01A467
Tints of Jade #01A467
RGB
CMYK
RGB Variations
Color information
#01A467 (or 0x01A467) is known color: Jade. HEX triplet: 01, A4 and 67. RGB value is (1,164,103). Sum of RGB (Red+Green+Blue) = 1+164+103=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 164 (64.45% from 255 or 61.19% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 164 - color contains mainly: green. Hex color #01A467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A467 is #FE5B98. Grayscale: #6C6C6C. Windows color (decimal): -16669593 or 6792193. OLE color: 6792193.
HSL color Cylindrical-coordinate representation of color #01A467: hue angle of 157.55º 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 #01A467 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 164 | 103 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.36 |
| HSL | 157.55º | 0.99% | 0.32% | - |
| HSV(B) | 157.55º | 0.99% | 0.64% | - |
| XYZ | 15.74 | 27.54 | 17.32 | - |
| YUV | 108.31 | 125 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 164 | 103 | 0.99 | 0 | 0.37 | 0.36 | 157.55 | 0.99 | 0.32 |
| Hex | 1 | A4 | 67 | 63 | 0 | 25 | 24 | 9E | 63 | 20 |
| Octal | 1 | 244 | 147 | 143 | 0 | 45 | 44 | 236 | 143 | 40 |
| Binary | 1 | 10100100 | 1100111 | 1100011 | 0 | 100101 | 100100 | 10011110 | 1100011 | 100000 |
Color Harmonies of #01A467
Complementary color
Monochromatic Colors of #01A467
Black with #01A467
Text Example
Text Example
White with #01A467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A467; }
p { color: rgb(1,164,103); }
H1.HeaderClassName
{
color: #01A467;
}
.AnyTagClassName
{
color: #01A467;
}
</style>
background-color css
<style>
a { background-color: #01A467; }
a { background-color: rgb(1,164,103); }
div.DivClassName
{
background-color: #01A467;
}
.BgClassName
{
background-color: #01A467;
}
</style>
border-color css
<style>
span { border-color: #01A467; }
span { border-color: rgb(1,164,103); }
td.TdClassName
{
border-color: #01A467;
}
.TagClassName
{
border-color: #01A467;
}
</style>