Shades of Jade #03A872
Tints of Jade #03A872
RGB
CMYK
RGB Variations
Color information
#03A872 (or 0x03A872) is known color: Jade. HEX triplet: 03, A8 and 72. RGB value is (3,168,114). Sum of RGB (Red+Green+Blue) = 3+168+114=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 168 (66.02% from 255 or 58.95% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 168 - color contains mainly: green. Hex color #03A872 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A872 is #FC578D. Grayscale: #707070. Windows color (decimal): -16537486 or 7514115. OLE color: 7514115.
HSL color Cylindrical-coordinate representation of color #03A872: hue angle of 160.36º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A872 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 168 | 114 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.34 |
| HSL | 160.36º | 0.96% | 0.34% | - |
| HSV(B) | 160.36º | 0.98% | 0.66% | - |
| XYZ | 17.08 | 29.24 | 20.66 | - |
| YUV | 112.51 | 128.84 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 168 | 114 | 0.98 | 0 | 0.32 | 0.34 | 160.36 | 0.96 | 0.34 |
| Hex | 3 | A8 | 72 | 62 | 0 | 20 | 22 | A0 | 60 | 22 |
| Octal | 3 | 250 | 162 | 142 | 0 | 40 | 42 | 240 | 140 | 42 |
| Binary | 11 | 10101000 | 1110010 | 1100010 | 0 | 100000 | 100010 | 10100000 | 1100000 | 100010 |
Color Harmonies of #03A872
Complementary color
Monochromatic Colors of #03A872
Black with #03A872
Text Example
Text Example
White with #03A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A872; }
p { color: rgb(3,168,114); }
H1.HeaderClassName
{
color: #03A872;
}
.AnyTagClassName
{
color: #03A872;
}
</style>
background-color css
<style>
a { background-color: #03A872; }
a { background-color: rgb(3,168,114); }
div.DivClassName
{
background-color: #03A872;
}
.BgClassName
{
background-color: #03A872;
}
</style>
border-color css
<style>
span { border-color: #03A872; }
span { border-color: rgb(3,168,114); }
td.TdClassName
{
border-color: #03A872;
}
.TagClassName
{
border-color: #03A872;
}
</style>