Shades of Jade #03CA70
Tints of Jade #03CA70
RGB
CMYK
RGB Variations
Color information
#03CA70 (or 0x03CA70) is known color: Jade. HEX triplet: 03, CA and 70. RGB value is (3,202,112). Sum of RGB (Red+Green+Blue) = 3+202+112=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 202 (79.30% from 255 or 63.72% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CA70 is #FC358F. Grayscale: #848484. Windows color (decimal): -16528784 or 7391747. OLE color: 7391747.
HSL color Cylindrical-coordinate representation of color #03CA70: hue angle of 152.86º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CA70 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 112 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.21 |
| HSL | 152.86º | 0.97% | 0.4% | - |
| HSV(B) | 152.86º | 0.99% | 0.79% | - |
| XYZ | 24.08 | 43.43 | 22.44 | - |
| YUV | 132.24 | 116.57 | 35.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 112 | 0.99 | 0 | 0.45 | 0.21 | 152.86 | 0.97 | 0.4 |
| Hex | 3 | CA | 70 | 63 | 0 | 2D | 15 | 99 | 61 | 28 |
| Octal | 3 | 312 | 160 | 143 | 0 | 55 | 25 | 231 | 141 | 50 |
| Binary | 11 | 11001010 | 1110000 | 1100011 | 0 | 101101 | 10101 | 10011001 | 1100001 | 101000 |
Color Harmonies of #03CA70
Complementary color
Monochromatic Colors of #03CA70
Black with #03CA70
Text Example
Text Example
White with #03CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA70; }
p { color: rgb(3,202,112); }
H1.HeaderClassName
{
color: #03CA70;
}
.AnyTagClassName
{
color: #03CA70;
}
</style>
background-color css
<style>
a { background-color: #03CA70; }
a { background-color: rgb(3,202,112); }
div.DivClassName
{
background-color: #03CA70;
}
.BgClassName
{
background-color: #03CA70;
}
</style>
border-color css
<style>
span { border-color: #03CA70; }
span { border-color: rgb(3,202,112); }
td.TdClassName
{
border-color: #03CA70;
}
.TagClassName
{
border-color: #03CA70;
}
</style>