Shades of Jade #03AD67
Tints of Jade #03AD67
RGB
CMYK
RGB Variations
Color information
#03AD67 (or 0x03AD67) is known color: Jade. HEX triplet: 03, AD and 67. RGB value is (3,173,103). Sum of RGB (Red+Green+Blue) = 3+173+103=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AD67 is #FC5298. Grayscale: #727272. Windows color (decimal): -16536217 or 6794499. OLE color: 6794499.
HSL color Cylindrical-coordinate representation of color #03AD67: hue angle of 155.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AD67 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 173 | 103 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.32 |
| HSL | 155.29º | 0.97% | 0.35% | - |
| HSV(B) | 155.29º | 0.98% | 0.68% | - |
| XYZ | 17.43 | 30.89 | 17.87 | - |
| YUV | 114.19 | 121.68 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 103 | 0.98 | 0 | 0.40 | 0.32 | 155.29 | 0.97 | 0.35 |
| Hex | 3 | AD | 67 | 62 | 0 | 28 | 20 | 9B | 61 | 23 |
| Octal | 3 | 255 | 147 | 142 | 0 | 50 | 40 | 233 | 141 | 43 |
| Binary | 11 | 10101101 | 1100111 | 1100010 | 0 | 101000 | 100000 | 10011011 | 1100001 | 100011 |
Color Harmonies of #03AD67
Complementary color
Monochromatic Colors of #03AD67
Black with #03AD67
Text Example
Text Example
White with #03AD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AD67; }
p { color: rgb(3,173,103); }
H1.HeaderClassName
{
color: #03AD67;
}
.AnyTagClassName
{
color: #03AD67;
}
</style>
background-color css
<style>
a { background-color: #03AD67; }
a { background-color: rgb(3,173,103); }
div.DivClassName
{
background-color: #03AD67;
}
.BgClassName
{
background-color: #03AD67;
}
</style>
border-color css
<style>
span { border-color: #03AD67; }
span { border-color: rgb(3,173,103); }
td.TdClassName
{
border-color: #03AD67;
}
.TagClassName
{
border-color: #03AD67;
}
</style>