Shades of Jade #03AD6D
Tints of Jade #03AD6D
RGB
CMYK
RGB Variations
Color information
#03AD6D (or 0x03AD6D) is known color: Jade. HEX triplet: 03, AD and 6D. RGB value is (3,173,109). Sum of RGB (Red+Green+Blue) = 3+173+109=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AD6D is #FC5292. Grayscale: #727272. Windows color (decimal): -16536211 or 7187715. OLE color: 7187715.
HSL color Cylindrical-coordinate representation of color #03AD6D: hue angle of 157.41º 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 #03AD6D is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 173 | 109 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.32 |
| HSL | 157.41º | 0.97% | 0.35% | - |
| HSV(B) | 157.41º | 0.98% | 0.68% | - |
| XYZ | 17.74 | 31.01 | 19.52 | - |
| YUV | 114.87 | 124.68 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 109 | 0.98 | 0 | 0.37 | 0.32 | 157.41 | 0.97 | 0.35 |
| Hex | 3 | AD | 6D | 62 | 0 | 25 | 20 | 9D | 61 | 23 |
| Octal | 3 | 255 | 155 | 142 | 0 | 45 | 40 | 235 | 141 | 43 |
| Binary | 11 | 10101101 | 1101101 | 1100010 | 0 | 100101 | 100000 | 10011101 | 1100001 | 100011 |
Color Harmonies of #03AD6D
Complementary color
Monochromatic Colors of #03AD6D
Black with #03AD6D
Text Example
Text Example
White with #03AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AD6D; }
p { color: rgb(3,173,109); }
H1.HeaderClassName
{
color: #03AD6D;
}
.AnyTagClassName
{
color: #03AD6D;
}
</style>
background-color css
<style>
a { background-color: #03AD6D; }
a { background-color: rgb(3,173,109); }
div.DivClassName
{
background-color: #03AD6D;
}
.BgClassName
{
background-color: #03AD6D;
}
</style>
border-color css
<style>
span { border-color: #03AD6D; }
span { border-color: rgb(3,173,109); }
td.TdClassName
{
border-color: #03AD6D;
}
.TagClassName
{
border-color: #03AD6D;
}
</style>