Shades of Jade #01A873
Tints of Jade #01A873
RGB
CMYK
RGB Variations
Color information
#01A873 (or 0x01A873) is known color: Jade. HEX triplet: 01, A8 and 73. RGB value is (1,168,115). Sum of RGB (Red+Green+Blue) = 1+168+115=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 168 (66.02% from 255 or 59.15% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 168 - color contains mainly: green. Hex color #01A873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A873 is #FE578C. Grayscale: #707070. Windows color (decimal): -16668557 or 7579649. OLE color: 7579649.
HSL color Cylindrical-coordinate representation of color #01A873: hue angle of 160.96º 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 #01A873 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 168 | 115 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.34 |
| HSL | 160.96º | 0.99% | 0.33% | - |
| HSV(B) | 160.96º | 0.99% | 0.66% | - |
| XYZ | 17.11 | 29.25 | 20.96 | - |
| YUV | 112.03 | 129.67 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 168 | 115 | 0.99 | 0 | 0.32 | 0.34 | 160.96 | 0.99 | 0.33 |
| Hex | 1 | A8 | 73 | 63 | 0 | 20 | 22 | A1 | 63 | 21 |
| Octal | 1 | 250 | 163 | 143 | 0 | 40 | 42 | 241 | 143 | 41 |
| Binary | 1 | 10101000 | 1110011 | 1100011 | 0 | 100000 | 100010 | 10100001 | 1100011 | 100001 |
Color Harmonies of #01A873
Complementary color
Monochromatic Colors of #01A873
Black with #01A873
Text Example
Text Example
White with #01A873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A873; }
p { color: rgb(1,168,115); }
H1.HeaderClassName
{
color: #01A873;
}
.AnyTagClassName
{
color: #01A873;
}
</style>
background-color css
<style>
a { background-color: #01A873; }
a { background-color: rgb(1,168,115); }
div.DivClassName
{
background-color: #01A873;
}
.BgClassName
{
background-color: #01A873;
}
</style>
border-color css
<style>
span { border-color: #01A873; }
span { border-color: rgb(1,168,115); }
td.TdClassName
{
border-color: #01A873;
}
.TagClassName
{
border-color: #01A873;
}
</style>