Shades of Jade #03C16A
Tints of Jade #03C16A
RGB
CMYK
RGB Variations
Color information
#03C16A (or 0x03C16A) is known color: Jade. HEX triplet: 03, C1 and 6A. RGB value is (3,193,106). Sum of RGB (Red+Green+Blue) = 3+193+106=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 193 (75.78% from 255 or 63.91% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 193 - color contains mainly: green. Hex color #03C16A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C16A is #FC3E95. Grayscale: #7E7E7E. Windows color (decimal): -16531094 or 6996227. OLE color: 6996227.
HSL color Cylindrical-coordinate representation of color #03C16A: hue angle of 152.53º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C16A is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 193 | 106 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.24 |
| HSL | 152.53º | 0.97% | 0.38% | - |
| HSV(B) | 152.53º | 0.98% | 0.76% | - |
| XYZ | 21.71 | 39.2 | 20.06 | - |
| YUV | 126.27 | 116.55 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 193 | 106 | 0.98 | 0 | 0.45 | 0.24 | 152.53 | 0.97 | 0.38 |
| Hex | 3 | C1 | 6A | 62 | 0 | 2D | 18 | 99 | 61 | 26 |
| Octal | 3 | 301 | 152 | 142 | 0 | 55 | 30 | 231 | 141 | 46 |
| Binary | 11 | 11000001 | 1101010 | 1100010 | 0 | 101101 | 11000 | 10011001 | 1100001 | 100110 |
Color Harmonies of #03C16A
Complementary color
Monochromatic Colors of #03C16A
Black with #03C16A
Text Example
Text Example
White with #03C16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C16A; }
p { color: rgb(3,193,106); }
H1.HeaderClassName
{
color: #03C16A;
}
.AnyTagClassName
{
color: #03C16A;
}
</style>
background-color css
<style>
a { background-color: #03C16A; }
a { background-color: rgb(3,193,106); }
div.DivClassName
{
background-color: #03C16A;
}
.BgClassName
{
background-color: #03C16A;
}
</style>
border-color css
<style>
span { border-color: #03C16A; }
span { border-color: rgb(3,193,106); }
td.TdClassName
{
border-color: #03C16A;
}
.TagClassName
{
border-color: #03C16A;
}
</style>