Shades of Jade #00A673
Tints of Jade #00A673
RGB
CMYK
RGB Variations
Color information
#00A673 (or 0x00A673) is known color: Jade. HEX triplet: 00, A6 and 73. RGB value is (0,166,115). Sum of RGB (Red+Green+Blue) = 0+166+115=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 166 (65.23% from 255 or 59.07% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 166 - color contains mainly: green. Hex color #00A673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A673 is #FF598C. Grayscale: #6E6E6E. Windows color (decimal): -16734605 or 7579136. OLE color: 7579136.
HSL color Cylindrical-coordinate representation of color #00A673: hue angle of 161.57º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A673 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 166 | 115 | - |
| CMYK | 1 | 0 | 0.31 | 0.35 |
| HSL | 161.57º | 1% | 0.33% | - |
| HSV(B) | 161.57º | 1% | 0.65% | - |
| XYZ | 16.73 | 28.51 | 20.84 | - |
| YUV | 110.55 | 130.5 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 115 | 1 | 0 | 0.31 | 0.35 | 161.57 | 1 | 0.33 |
| Hex | 0 | A6 | 73 | 64 | 0 | 1F | 23 | A2 | 64 | 21 |
| Octal | 0 | 246 | 163 | 144 | 0 | 37 | 43 | 242 | 144 | 41 |
| Binary | 0 | 10100110 | 1110011 | 1100100 | 0 | 11111 | 100011 | 10100010 | 1100100 | 100001 |
Color Harmonies of #00A673
Complementary color
Monochromatic Colors of #00A673
Black with #00A673
Text Example
Text Example
White with #00A673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A673; }
p { color: rgb(0,166,115); }
H1.HeaderClassName
{
color: #00A673;
}
.AnyTagClassName
{
color: #00A673;
}
</style>
background-color css
<style>
a { background-color: #00A673; }
a { background-color: rgb(0,166,115); }
div.DivClassName
{
background-color: #00A673;
}
.BgClassName
{
background-color: #00A673;
}
</style>
border-color css
<style>
span { border-color: #00A673; }
span { border-color: rgb(0,166,115); }
td.TdClassName
{
border-color: #00A673;
}
.TagClassName
{
border-color: #00A673;
}
</style>