Shades of Jade #03A866
Tints of Jade #03A866
RGB
CMYK
RGB Variations
Color information
#03A866 (or 0x03A866) is known color: Jade. HEX triplet: 03, A8 and 66. RGB value is (3,168,102). Sum of RGB (Red+Green+Blue) = 3+168+102=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 168 (66.02% from 255 or 61.54% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 168 - color contains mainly: green. Hex color #03A866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A866 is #FC5799. Grayscale: #6F6F6F. Windows color (decimal): -16537498 or 6727683. OLE color: 6727683.
HSL color Cylindrical-coordinate representation of color #03A866: hue angle of 156º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A866 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 168 | 102 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.34 |
| HSL | 156º | 0.96% | 0.34% | - |
| HSV(B) | 156º | 0.98% | 0.66% | - |
| XYZ | 16.44 | 28.98 | 17.3 | - |
| YUV | 111.14 | 122.84 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 168 | 102 | 0.98 | 0 | 0.39 | 0.34 | 156 | 0.96 | 0.34 |
| Hex | 3 | A8 | 66 | 62 | 0 | 27 | 22 | 9C | 60 | 22 |
| Octal | 3 | 250 | 146 | 142 | 0 | 47 | 42 | 234 | 140 | 42 |
| Binary | 11 | 10101000 | 1100110 | 1100010 | 0 | 100111 | 100010 | 10011100 | 1100000 | 100010 |
Color Harmonies of #03A866
Complementary color
Monochromatic Colors of #03A866
Black with #03A866
Text Example
Text Example
White with #03A866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A866; }
p { color: rgb(3,168,102); }
H1.HeaderClassName
{
color: #03A866;
}
.AnyTagClassName
{
color: #03A866;
}
</style>
background-color css
<style>
a { background-color: #03A866; }
a { background-color: rgb(3,168,102); }
div.DivClassName
{
background-color: #03A866;
}
.BgClassName
{
background-color: #03A866;
}
</style>
border-color css
<style>
span { border-color: #03A866; }
span { border-color: rgb(3,168,102); }
td.TdClassName
{
border-color: #03A866;
}
.TagClassName
{
border-color: #03A866;
}
</style>