Shades of Jade #03AC6C
Tints of Jade #03AC6C
RGB
CMYK
RGB Variations
Color information
#03AC6C (or 0x03AC6C) is known color: Jade. HEX triplet: 03, AC and 6C. RGB value is (3,172,108). Sum of RGB (Red+Green+Blue) = 3+172+108=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 172 (67.58% from 255 or 60.78% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 172 - color contains mainly: green. Hex color #03AC6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AC6C is #FC5393. Grayscale: #727272. Windows color (decimal): -16536468 or 7121923. OLE color: 7121923.
HSL color Cylindrical-coordinate representation of color #03AC6C: hue angle of 157.28º 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 #03AC6C is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 172 | 108 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.33 |
| HSL | 157.28º | 0.97% | 0.34% | - |
| HSV(B) | 157.28º | 0.98% | 0.67% | - |
| XYZ | 17.5 | 30.61 | 19.17 | - |
| YUV | 114.17 | 124.51 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 172 | 108 | 0.98 | 0 | 0.37 | 0.33 | 157.28 | 0.97 | 0.34 |
| Hex | 3 | AC | 6C | 62 | 0 | 25 | 21 | 9D | 61 | 22 |
| Octal | 3 | 254 | 154 | 142 | 0 | 45 | 41 | 235 | 141 | 42 |
| Binary | 11 | 10101100 | 1101100 | 1100010 | 0 | 100101 | 100001 | 10011101 | 1100001 | 100010 |
Color Harmonies of #03AC6C
Complementary color
Monochromatic Colors of #03AC6C
Black with #03AC6C
Text Example
Text Example
White with #03AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AC6C; }
p { color: rgb(3,172,108); }
H1.HeaderClassName
{
color: #03AC6C;
}
.AnyTagClassName
{
color: #03AC6C;
}
</style>
background-color css
<style>
a { background-color: #03AC6C; }
a { background-color: rgb(3,172,108); }
div.DivClassName
{
background-color: #03AC6C;
}
.BgClassName
{
background-color: #03AC6C;
}
</style>
border-color css
<style>
span { border-color: #03AC6C; }
span { border-color: rgb(3,172,108); }
td.TdClassName
{
border-color: #03AC6C;
}
.TagClassName
{
border-color: #03AC6C;
}
</style>