Shades of Jade #03AD65
Tints of Jade #03AD65
RGB
CMYK
RGB Variations
Color information
#03AD65 (or 0x03AD65) is known color: Jade. HEX triplet: 03, AD and 65. RGB value is (3,173,101). Sum of RGB (Red+Green+Blue) = 3+173+101=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 173 (67.97% from 255 or 62.45% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AD65 is #FC529A. Grayscale: #727272. Windows color (decimal): -16536219 or 6663427. OLE color: 6663427.
HSL color Cylindrical-coordinate representation of color #03AD65: hue angle of 154.59º 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 #03AD65 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 173 | 101 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.32 |
| HSL | 154.59º | 0.97% | 0.35% | - |
| HSV(B) | 154.59º | 0.98% | 0.68% | - |
| XYZ | 17.33 | 30.85 | 17.35 | - |
| YUV | 113.96 | 120.68 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 101 | 0.98 | 0 | 0.42 | 0.32 | 154.59 | 0.97 | 0.35 |
| Hex | 3 | AD | 65 | 62 | 0 | 2A | 20 | 9B | 61 | 23 |
| Octal | 3 | 255 | 145 | 142 | 0 | 52 | 40 | 233 | 141 | 43 |
| Binary | 11 | 10101101 | 1100101 | 1100010 | 0 | 101010 | 100000 | 10011011 | 1100001 | 100011 |
Color Harmonies of #03AD65
Complementary color
Monochromatic Colors of #03AD65
Black with #03AD65
Text Example
Text Example
White with #03AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AD65; }
p { color: rgb(3,173,101); }
H1.HeaderClassName
{
color: #03AD65;
}
.AnyTagClassName
{
color: #03AD65;
}
</style>
background-color css
<style>
a { background-color: #03AD65; }
a { background-color: rgb(3,173,101); }
div.DivClassName
{
background-color: #03AD65;
}
.BgClassName
{
background-color: #03AD65;
}
</style>
border-color css
<style>
span { border-color: #03AD65; }
span { border-color: rgb(3,173,101); }
td.TdClassName
{
border-color: #03AD65;
}
.TagClassName
{
border-color: #03AD65;
}
</style>