Shades of Jade #03AD6B
Tints of Jade #03AD6B
RGB
CMYK
RGB Variations
Color information
#03AD6B (or 0x03AD6B) is known color: Jade. HEX triplet: 03, AD and 6B. RGB value is (3,173,107). Sum of RGB (Red+Green+Blue) = 3+173+107=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 173 (67.97% from 255 or 61.13% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AD6B is #FC5294. Grayscale: #727272. Windows color (decimal): -16536213 or 7056643. OLE color: 7056643.
HSL color Cylindrical-coordinate representation of color #03AD6B: hue angle of 156.71º 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 #03AD6B is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 173 | 107 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.32 |
| HSL | 156.71º | 0.97% | 0.35% | - |
| HSV(B) | 156.71º | 0.98% | 0.68% | - |
| XYZ | 17.63 | 30.97 | 18.96 | - |
| YUV | 114.65 | 123.68 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 107 | 0.98 | 0 | 0.38 | 0.32 | 156.71 | 0.97 | 0.35 |
| Hex | 3 | AD | 6B | 62 | 0 | 26 | 20 | 9D | 61 | 23 |
| Octal | 3 | 255 | 153 | 142 | 0 | 46 | 40 | 235 | 141 | 43 |
| Binary | 11 | 10101101 | 1101011 | 1100010 | 0 | 100110 | 100000 | 10011101 | 1100001 | 100011 |
Color Harmonies of #03AD6B
Complementary color
Monochromatic Colors of #03AD6B
Black with #03AD6B
Text Example
Text Example
White with #03AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AD6B; }
p { color: rgb(3,173,107); }
H1.HeaderClassName
{
color: #03AD6B;
}
.AnyTagClassName
{
color: #03AD6B;
}
</style>
background-color css
<style>
a { background-color: #03AD6B; }
a { background-color: rgb(3,173,107); }
div.DivClassName
{
background-color: #03AD6B;
}
.BgClassName
{
background-color: #03AD6B;
}
</style>
border-color css
<style>
span { border-color: #03AD6B; }
span { border-color: rgb(3,173,107); }
td.TdClassName
{
border-color: #03AD6B;
}
.TagClassName
{
border-color: #03AD6B;
}
</style>