Shades of Jade #01A673
Tints of Jade #01A673
RGB
CMYK
RGB Variations
Color information
#01A673 (or 0x01A673) is known color: Jade. HEX triplet: 01, A6 and 73. RGB value is (1,166,115). Sum of RGB (Red+Green+Blue) = 1+166+115=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 166 (65.23% from 255 or 58.87% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 166 - color contains mainly: green. Hex color #01A673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A673 is #FE598C. Grayscale: #6E6E6E. Windows color (decimal): -16669069 or 7579137. OLE color: 7579137.
HSL color Cylindrical-coordinate representation of color #01A673: hue angle of 161.45º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A673 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 166 | 115 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.35 |
| HSL | 161.45º | 0.99% | 0.33% | - |
| HSV(B) | 161.45º | 0.99% | 0.65% | - |
| XYZ | 16.74 | 28.52 | 20.84 | - |
| YUV | 110.85 | 130.34 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 166 | 115 | 0.99 | 0 | 0.31 | 0.35 | 161.45 | 0.99 | 0.33 |
| Hex | 1 | A6 | 73 | 63 | 0 | 1F | 23 | A1 | 63 | 21 |
| Octal | 1 | 246 | 163 | 143 | 0 | 37 | 43 | 241 | 143 | 41 |
| Binary | 1 | 10100110 | 1110011 | 1100011 | 0 | 11111 | 100011 | 10100001 | 1100011 | 100001 |
Color Harmonies of #01A673
Complementary color
Monochromatic Colors of #01A673
Black with #01A673
Text Example
Text Example
White with #01A673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A673; }
p { color: rgb(1,166,115); }
H1.HeaderClassName
{
color: #01A673;
}
.AnyTagClassName
{
color: #01A673;
}
</style>
background-color css
<style>
a { background-color: #01A673; }
a { background-color: rgb(1,166,115); }
div.DivClassName
{
background-color: #01A673;
}
.BgClassName
{
background-color: #01A673;
}
</style>
border-color css
<style>
span { border-color: #01A673; }
span { border-color: rgb(1,166,115); }
td.TdClassName
{
border-color: #01A673;
}
.TagClassName
{
border-color: #01A673;
}
</style>