Shades of Jade #03AC74
Tints of Jade #03AC74
RGB
CMYK
RGB Variations
Color information
#03AC74 (or 0x03AC74) is known color: Jade. HEX triplet: 03, AC and 74. RGB value is (3,172,116). Sum of RGB (Red+Green+Blue) = 3+172+116=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #03AC74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AC74 is #FC538B. Grayscale: #737373. Windows color (decimal): -16536460 or 7646211. OLE color: 7646211.
HSL color Cylindrical-coordinate representation of color #03AC74: hue angle of 160.12º 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 #03AC74 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 172 | 116 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.33 |
| HSL | 160.12º | 0.97% | 0.34% | - |
| HSV(B) | 160.12º | 0.98% | 0.67% | - |
| XYZ | 17.94 | 30.79 | 21.52 | - |
| YUV | 115.09 | 128.51 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 172 | 116 | 0.98 | 0 | 0.33 | 0.33 | 160.12 | 0.97 | 0.34 |
| Hex | 3 | AC | 74 | 62 | 0 | 21 | 21 | A0 | 61 | 22 |
| Octal | 3 | 254 | 164 | 142 | 0 | 41 | 41 | 240 | 141 | 42 |
| Binary | 11 | 10101100 | 1110100 | 1100010 | 0 | 100001 | 100001 | 10100000 | 1100001 | 100010 |
Color Harmonies of #03AC74
Complementary color
Monochromatic Colors of #03AC74
Black with #03AC74
Text Example
Text Example
White with #03AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AC74; }
p { color: rgb(3,172,116); }
H1.HeaderClassName
{
color: #03AC74;
}
.AnyTagClassName
{
color: #03AC74;
}
</style>
background-color css
<style>
a { background-color: #03AC74; }
a { background-color: rgb(3,172,116); }
div.DivClassName
{
background-color: #03AC74;
}
.BgClassName
{
background-color: #03AC74;
}
</style>
border-color css
<style>
span { border-color: #03AC74; }
span { border-color: rgb(3,172,116); }
td.TdClassName
{
border-color: #03AC74;
}
.TagClassName
{
border-color: #03AC74;
}
</style>