Shades of Jade #03A96D
Tints of Jade #03A96D
RGB
CMYK
RGB Variations
Color information
#03A96D (or 0x03A96D) is known color: Jade. HEX triplet: 03, A9 and 6D. RGB value is (3,169,109). Sum of RGB (Red+Green+Blue) = 3+169+109=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 169 (66.41% from 255 or 60.14% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 169 - color contains mainly: green. Hex color #03A96D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A96D is #FC5692. Grayscale: #707070. Windows color (decimal): -16537235 or 7186691. OLE color: 7186691.
HSL color Cylindrical-coordinate representation of color #03A96D: hue angle of 158.31º degrees, saturation: 0.97, 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 #03A96D is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 169 | 109 | - |
| CMYK | 0.98 | 0 | 0.36 | 0.34 |
| HSL | 158.31º | 0.97% | 0.34% | - |
| HSV(B) | 158.31º | 0.98% | 0.66% | - |
| XYZ | 16.99 | 29.5 | 19.27 | - |
| YUV | 112.53 | 126 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 169 | 109 | 0.98 | 0 | 0.36 | 0.34 | 158.31 | 0.97 | 0.34 |
| Hex | 3 | A9 | 6D | 62 | 0 | 24 | 22 | 9E | 61 | 22 |
| Octal | 3 | 251 | 155 | 142 | 0 | 44 | 42 | 236 | 141 | 42 |
| Binary | 11 | 10101001 | 1101101 | 1100010 | 0 | 100100 | 100010 | 10011110 | 1100001 | 100010 |
Color Harmonies of #03A96D
Complementary color
Monochromatic Colors of #03A96D
Black with #03A96D
Text Example
Text Example
White with #03A96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A96D; }
p { color: rgb(3,169,109); }
H1.HeaderClassName
{
color: #03A96D;
}
.AnyTagClassName
{
color: #03A96D;
}
</style>
background-color css
<style>
a { background-color: #03A96D; }
a { background-color: rgb(3,169,109); }
div.DivClassName
{
background-color: #03A96D;
}
.BgClassName
{
background-color: #03A96D;
}
</style>
border-color css
<style>
span { border-color: #03A96D; }
span { border-color: rgb(3,169,109); }
td.TdClassName
{
border-color: #03A96D;
}
.TagClassName
{
border-color: #03A96D;
}
</style>