Shades of Jade #00A672
Tints of Jade #00A672
RGB
CMYK
RGB Variations
Color information
#00A672 (or 0x00A672) is known color: Jade. HEX triplet: 00, A6 and 72. RGB value is (0,166,114). Sum of RGB (Red+Green+Blue) = 0+166+114=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 166 (65.23% from 255 or 59.29% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 166 - color contains mainly: green. Hex color #00A672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A672 is #FF598D. Grayscale: #6E6E6E. Windows color (decimal): -16734606 or 7513600. OLE color: 7513600.
HSL color Cylindrical-coordinate representation of color #00A672: hue angle of 161.2º 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 #00A672 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 166 | 114 | - |
| CMYK | 1 | 0 | 0.31 | 0.35 |
| HSL | 161.2º | 1% | 0.33% | - |
| HSV(B) | 161.2º | 1% | 0.65% | - |
| XYZ | 16.67 | 28.49 | 20.54 | - |
| YUV | 110.44 | 130 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 114 | 1 | 0 | 0.31 | 0.35 | 161.2 | 1 | 0.33 |
| Hex | 0 | A6 | 72 | 64 | 0 | 1F | 23 | A1 | 64 | 21 |
| Octal | 0 | 246 | 162 | 144 | 0 | 37 | 43 | 241 | 144 | 41 |
| Binary | 0 | 10100110 | 1110010 | 1100100 | 0 | 11111 | 100011 | 10100001 | 1100100 | 100001 |
Color Harmonies of #00A672
Complementary color
Monochromatic Colors of #00A672
Black with #00A672
Text Example
Text Example
White with #00A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A672; }
p { color: rgb(0,166,114); }
H1.HeaderClassName
{
color: #00A672;
}
.AnyTagClassName
{
color: #00A672;
}
</style>
background-color css
<style>
a { background-color: #00A672; }
a { background-color: rgb(0,166,114); }
div.DivClassName
{
background-color: #00A672;
}
.BgClassName
{
background-color: #00A672;
}
</style>
border-color css
<style>
span { border-color: #00A672; }
span { border-color: rgb(0,166,114); }
td.TdClassName
{
border-color: #00A672;
}
.TagClassName
{
border-color: #00A672;
}
</style>