Shades of Jade #03AB6A
Tints of Jade #03AB6A
RGB
CMYK
RGB Variations
Color information
#03AB6A (or 0x03AB6A) is known color: Jade. HEX triplet: 03, AB and 6A. RGB value is (3,171,106). Sum of RGB (Red+Green+Blue) = 3+171+106=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #03AB6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AB6A is #FC5495. Grayscale: #717171. Windows color (decimal): -16536726 or 6990595. OLE color: 6990595.
HSL color Cylindrical-coordinate representation of color #03AB6A: hue angle of 156.79º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AB6A is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 171 | 106 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.33 |
| HSL | 156.79º | 0.97% | 0.34% | - |
| HSV(B) | 156.79º | 0.98% | 0.67% | - |
| XYZ | 17.2 | 30.19 | 18.56 | - |
| YUV | 113.36 | 123.84 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 171 | 106 | 0.98 | 0 | 0.38 | 0.33 | 156.79 | 0.97 | 0.34 |
| Hex | 3 | AB | 6A | 62 | 0 | 26 | 21 | 9D | 61 | 22 |
| Octal | 3 | 253 | 152 | 142 | 0 | 46 | 41 | 235 | 141 | 42 |
| Binary | 11 | 10101011 | 1101010 | 1100010 | 0 | 100110 | 100001 | 10011101 | 1100001 | 100010 |
Color Harmonies of #03AB6A
Complementary color
Monochromatic Colors of #03AB6A
Black with #03AB6A
Text Example
Text Example
White with #03AB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AB6A; }
p { color: rgb(3,171,106); }
H1.HeaderClassName
{
color: #03AB6A;
}
.AnyTagClassName
{
color: #03AB6A;
}
</style>
background-color css
<style>
a { background-color: #03AB6A; }
a { background-color: rgb(3,171,106); }
div.DivClassName
{
background-color: #03AB6A;
}
.BgClassName
{
background-color: #03AB6A;
}
</style>
border-color css
<style>
span { border-color: #03AB6A; }
span { border-color: rgb(3,171,106); }
td.TdClassName
{
border-color: #03AB6A;
}
.TagClassName
{
border-color: #03AB6A;
}
</style>