Shades of Jade #03AB67
Tints of Jade #03AB67
RGB
CMYK
RGB Variations
Color information
#03AB67 (or 0x03AB67) is known color: Jade. HEX triplet: 03, AB and 67. RGB value is (3,171,103). Sum of RGB (Red+Green+Blue) = 3+171+103=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 171 (67.19% from 255 or 61.73% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 171 - color contains mainly: green. Hex color #03AB67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AB67 is #FC5498. Grayscale: #717171. Windows color (decimal): -16536729 or 6793987. OLE color: 6793987.
HSL color Cylindrical-coordinate representation of color #03AB67: hue angle of 155.71º 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 #03AB67 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 171 | 103 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.33 |
| HSL | 155.71º | 0.97% | 0.34% | - |
| HSV(B) | 155.71º | 0.98% | 0.67% | - |
| XYZ | 17.05 | 30.12 | 17.75 | - |
| YUV | 113.02 | 122.34 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 171 | 103 | 0.98 | 0 | 0.40 | 0.33 | 155.71 | 0.97 | 0.34 |
| Hex | 3 | AB | 67 | 62 | 0 | 28 | 21 | 9C | 61 | 22 |
| Octal | 3 | 253 | 147 | 142 | 0 | 50 | 41 | 234 | 141 | 42 |
| Binary | 11 | 10101011 | 1100111 | 1100010 | 0 | 101000 | 100001 | 10011100 | 1100001 | 100010 |
Color Harmonies of #03AB67
Complementary color
Monochromatic Colors of #03AB67
Black with #03AB67
Text Example
Text Example
White with #03AB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AB67; }
p { color: rgb(3,171,103); }
H1.HeaderClassName
{
color: #03AB67;
}
.AnyTagClassName
{
color: #03AB67;
}
</style>
background-color css
<style>
a { background-color: #03AB67; }
a { background-color: rgb(3,171,103); }
div.DivClassName
{
background-color: #03AB67;
}
.BgClassName
{
background-color: #03AB67;
}
</style>
border-color css
<style>
span { border-color: #03AB67; }
span { border-color: rgb(3,171,103); }
td.TdClassName
{
border-color: #03AB67;
}
.TagClassName
{
border-color: #03AB67;
}
</style>