Shades of Jade #03A466
Tints of Jade #03A466
RGB
CMYK
RGB Variations
Color information
#03A466 (or 0x03A466) is known color: Jade. HEX triplet: 03, A4 and 66. RGB value is (3,164,102). Sum of RGB (Red+Green+Blue) = 3+164+102=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 164 (64.45% from 255 or 60.97% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 164 - color contains mainly: green. Hex color #03A466 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A466 is #FC5B99. Grayscale: #6C6C6C. Windows color (decimal): -16538522 or 6726659. OLE color: 6726659.
HSL color Cylindrical-coordinate representation of color #03A466: hue angle of 156.89º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A466 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 164 | 102 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.36 |
| HSL | 156.89º | 0.96% | 0.33% | - |
| HSV(B) | 156.89º | 0.98% | 0.64% | - |
| XYZ | 15.71 | 27.53 | 17.06 | - |
| YUV | 108.79 | 124.16 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 164 | 102 | 0.98 | 0 | 0.38 | 0.36 | 156.89 | 0.96 | 0.33 |
| Hex | 3 | A4 | 66 | 62 | 0 | 26 | 24 | 9D | 60 | 21 |
| Octal | 3 | 244 | 146 | 142 | 0 | 46 | 44 | 235 | 140 | 41 |
| Binary | 11 | 10100100 | 1100110 | 1100010 | 0 | 100110 | 100100 | 10011101 | 1100000 | 100001 |
Color Harmonies of #03A466
Complementary color
Monochromatic Colors of #03A466
Black with #03A466
Text Example
Text Example
White with #03A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A466; }
p { color: rgb(3,164,102); }
H1.HeaderClassName
{
color: #03A466;
}
.AnyTagClassName
{
color: #03A466;
}
</style>
background-color css
<style>
a { background-color: #03A466; }
a { background-color: rgb(3,164,102); }
div.DivClassName
{
background-color: #03A466;
}
.BgClassName
{
background-color: #03A466;
}
</style>
border-color css
<style>
span { border-color: #03A466; }
span { border-color: rgb(3,164,102); }
td.TdClassName
{
border-color: #03A466;
}
.TagClassName
{
border-color: #03A466;
}
</style>