Shades of Jade #03AA73
Tints of Jade #03AA73
RGB
CMYK
RGB Variations
Color information
#03AA73 (or 0x03AA73) is known color: Jade. HEX triplet: 03, AA and 73. RGB value is (3,170,115). Sum of RGB (Red+Green+Blue) = 3+170+115=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #03AA73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AA73 is #FC558C. Grayscale: #717171. Windows color (decimal): -16536973 or 7580163. OLE color: 7580163.
HSL color Cylindrical-coordinate representation of color #03AA73: hue angle of 160.24º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AA73 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 170 | 115 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.33 |
| HSL | 160.24º | 0.97% | 0.34% | - |
| HSV(B) | 160.24º | 0.98% | 0.67% | - |
| XYZ | 17.51 | 30.01 | 21.09 | - |
| YUV | 113.8 | 128.67 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 170 | 115 | 0.98 | 0 | 0.32 | 0.33 | 160.24 | 0.97 | 0.34 |
| Hex | 3 | AA | 73 | 62 | 0 | 20 | 21 | A0 | 61 | 22 |
| Octal | 3 | 252 | 163 | 142 | 0 | 40 | 41 | 240 | 141 | 42 |
| Binary | 11 | 10101010 | 1110011 | 1100010 | 0 | 100000 | 100001 | 10100000 | 1100001 | 100010 |
Color Harmonies of #03AA73
Complementary color
Monochromatic Colors of #03AA73
Black with #03AA73
Text Example
Text Example
White with #03AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AA73; }
p { color: rgb(3,170,115); }
H1.HeaderClassName
{
color: #03AA73;
}
.AnyTagClassName
{
color: #03AA73;
}
</style>
background-color css
<style>
a { background-color: #03AA73; }
a { background-color: rgb(3,170,115); }
div.DivClassName
{
background-color: #03AA73;
}
.BgClassName
{
background-color: #03AA73;
}
</style>
border-color css
<style>
span { border-color: #03AA73; }
span { border-color: rgb(3,170,115); }
td.TdClassName
{
border-color: #03AA73;
}
.TagClassName
{
border-color: #03AA73;
}
</style>