Shades of Jade #03AA76
Tints of Jade #03AA76
RGB
CMYK
RGB Variations
Color information
#03AA76 (or 0x03AA76) is known color: Jade. HEX triplet: 03, AA and 76. RGB value is (3,170,118). Sum of RGB (Red+Green+Blue) = 3+170+118=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #03AA76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AA76 is #FC5589. Grayscale: #727272. Windows color (decimal): -16536970 or 7776771. OLE color: 7776771.
HSL color Cylindrical-coordinate representation of color #03AA76: hue angle of 161.32º 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 #03AA76 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 170 | 118 | - |
| CMYK | 0.98 | 0 | 0.31 | 0.33 |
| HSL | 161.32º | 0.97% | 0.34% | - |
| HSV(B) | 161.32º | 0.98% | 0.67% | - |
| XYZ | 17.68 | 30.08 | 22.01 | - |
| YUV | 114.14 | 130.17 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 170 | 118 | 0.98 | 0 | 0.31 | 0.33 | 161.32 | 0.97 | 0.34 |
| Hex | 3 | AA | 76 | 62 | 0 | 1F | 21 | A1 | 61 | 22 |
| Octal | 3 | 252 | 166 | 142 | 0 | 37 | 41 | 241 | 141 | 42 |
| Binary | 11 | 10101010 | 1110110 | 1100010 | 0 | 11111 | 100001 | 10100001 | 1100001 | 100010 |
Color Harmonies of #03AA76
Complementary color
Monochromatic Colors of #03AA76
Black with #03AA76
Text Example
Text Example
White with #03AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AA76; }
p { color: rgb(3,170,118); }
H1.HeaderClassName
{
color: #03AA76;
}
.AnyTagClassName
{
color: #03AA76;
}
</style>
background-color css
<style>
a { background-color: #03AA76; }
a { background-color: rgb(3,170,118); }
div.DivClassName
{
background-color: #03AA76;
}
.BgClassName
{
background-color: #03AA76;
}
</style>
border-color css
<style>
span { border-color: #03AA76; }
span { border-color: rgb(3,170,118); }
td.TdClassName
{
border-color: #03AA76;
}
.TagClassName
{
border-color: #03AA76;
}
</style>