Shades of Jade #03A36B
Tints of Jade #03A36B
RGB
CMYK
RGB Variations
Color information
#03A36B (or 0x03A36B) is known color: Jade. HEX triplet: 03, A3 and 6B. RGB value is (3,163,107). Sum of RGB (Red+Green+Blue) = 3+163+107=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #03A36B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A36B is #FC5C94. Grayscale: #6C6C6C. Windows color (decimal): -16538773 or 7054083. OLE color: 7054083.
HSL color Cylindrical-coordinate representation of color #03A36B: hue angle of 159º 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 #03A36B is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 163 | 107 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.36 |
| HSL | 159º | 0.96% | 0.33% | - |
| HSV(B) | 159º | 0.98% | 0.64% | - |
| XYZ | 15.79 | 27.28 | 18.34 | - |
| YUV | 108.78 | 126.99 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 163 | 107 | 0.98 | 0 | 0.34 | 0.36 | 159 | 0.96 | 0.33 |
| Hex | 3 | A3 | 6B | 62 | 0 | 22 | 24 | 9F | 60 | 21 |
| Octal | 3 | 243 | 153 | 142 | 0 | 42 | 44 | 237 | 140 | 41 |
| Binary | 11 | 10100011 | 1101011 | 1100010 | 0 | 100010 | 100100 | 10011111 | 1100000 | 100001 |
Color Harmonies of #03A36B
Complementary color
Monochromatic Colors of #03A36B
Black with #03A36B
Text Example
Text Example
White with #03A36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A36B; }
p { color: rgb(3,163,107); }
H1.HeaderClassName
{
color: #03A36B;
}
.AnyTagClassName
{
color: #03A36B;
}
</style>
background-color css
<style>
a { background-color: #03A36B; }
a { background-color: rgb(3,163,107); }
div.DivClassName
{
background-color: #03A36B;
}
.BgClassName
{
background-color: #03A36B;
}
</style>
border-color css
<style>
span { border-color: #03A36B; }
span { border-color: rgb(3,163,107); }
td.TdClassName
{
border-color: #03A36B;
}
.TagClassName
{
border-color: #03A36B;
}
</style>