Shades of Jade #03A963
Tints of Jade #03A963
RGB
CMYK
RGB Variations
Color information
#03A963 (or 0x03A963) is known color: Jade. HEX triplet: 03, A9 and 63. RGB value is (3,169,99). Sum of RGB (Red+Green+Blue) = 3+169+99=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 169 (66.41% from 255 or 62.36% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 169 - color contains mainly: green. Hex color #03A963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A963 is #FC569C. Grayscale: #6F6F6F. Windows color (decimal): -16537245 or 6531331. OLE color: 6531331.
HSL color Cylindrical-coordinate representation of color #03A963: hue angle of 154.7º 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 #03A963 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 169 | 99 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.34 |
| HSL | 154.7º | 0.97% | 0.34% | - |
| HSV(B) | 154.7º | 0.98% | 0.66% | - |
| XYZ | 16.48 | 29.3 | 16.59 | - |
| YUV | 111.39 | 121 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 169 | 99 | 0.98 | 0 | 0.41 | 0.34 | 154.7 | 0.97 | 0.34 |
| Hex | 3 | A9 | 63 | 62 | 0 | 29 | 22 | 9B | 61 | 22 |
| Octal | 3 | 251 | 143 | 142 | 0 | 51 | 42 | 233 | 141 | 42 |
| Binary | 11 | 10101001 | 1100011 | 1100010 | 0 | 101001 | 100010 | 10011011 | 1100001 | 100010 |
Color Harmonies of #03A963
Complementary color
Monochromatic Colors of #03A963
Black with #03A963
Text Example
Text Example
White with #03A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A963; }
p { color: rgb(3,169,99); }
H1.HeaderClassName
{
color: #03A963;
}
.AnyTagClassName
{
color: #03A963;
}
</style>
background-color css
<style>
a { background-color: #03A963; }
a { background-color: rgb(3,169,99); }
div.DivClassName
{
background-color: #03A963;
}
.BgClassName
{
background-color: #03A963;
}
</style>
border-color css
<style>
span { border-color: #03A963; }
span { border-color: rgb(3,169,99); }
td.TdClassName
{
border-color: #03A963;
}
.TagClassName
{
border-color: #03A963;
}
</style>