Shades of Jade #03AD6A
Tints of Jade #03AD6A
RGB
CMYK
RGB Variations
Color information
#03AD6A (or 0x03AD6A) is known color: Jade. HEX triplet: 03, AD and 6A. RGB value is (3,173,106). Sum of RGB (Red+Green+Blue) = 3+173+106=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AD6A is #FC5295. Grayscale: #727272. Windows color (decimal): -16536214 or 6991107. OLE color: 6991107.
HSL color Cylindrical-coordinate representation of color #03AD6A: hue angle of 156.35º 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 #03AD6A is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 173 | 106 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.32 |
| HSL | 156.35º | 0.97% | 0.35% | - |
| HSV(B) | 156.35º | 0.98% | 0.68% | - |
| XYZ | 17.58 | 30.95 | 18.68 | - |
| YUV | 114.53 | 123.18 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 106 | 0.98 | 0 | 0.39 | 0.32 | 156.35 | 0.97 | 0.35 |
| Hex | 3 | AD | 6A | 62 | 0 | 27 | 20 | 9C | 61 | 23 |
| Octal | 3 | 255 | 152 | 142 | 0 | 47 | 40 | 234 | 141 | 43 |
| Binary | 11 | 10101101 | 1101010 | 1100010 | 0 | 100111 | 100000 | 10011100 | 1100001 | 100011 |
Color Harmonies of #03AD6A
Complementary color
Monochromatic Colors of #03AD6A
Black with #03AD6A
Text Example
Text Example
White with #03AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AD6A; }
p { color: rgb(3,173,106); }
H1.HeaderClassName
{
color: #03AD6A;
}
.AnyTagClassName
{
color: #03AD6A;
}
</style>
background-color css
<style>
a { background-color: #03AD6A; }
a { background-color: rgb(3,173,106); }
div.DivClassName
{
background-color: #03AD6A;
}
.BgClassName
{
background-color: #03AD6A;
}
</style>
border-color css
<style>
span { border-color: #03AD6A; }
span { border-color: rgb(3,173,106); }
td.TdClassName
{
border-color: #03AD6A;
}
.TagClassName
{
border-color: #03AD6A;
}
</style>