Shades of Jade #03C970
Tints of Jade #03C970
RGB
CMYK
RGB Variations
Color information
#03C970 (or 0x03C970) is known color: Jade. HEX triplet: 03, C9 and 70. RGB value is (3,201,112). Sum of RGB (Red+Green+Blue) = 3+201+112=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 201 (78.91% from 255 or 63.61% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 201 - color contains mainly: green. Hex color #03C970 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C970 is #FC368F. Grayscale: #838383. Windows color (decimal): -16529040 or 7391491. OLE color: 7391491.
HSL color Cylindrical-coordinate representation of color #03C970: hue angle of 153.03º 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 #03C970 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 112 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.21 |
| HSL | 153.03º | 0.97% | 0.4% | - |
| HSV(B) | 153.03º | 0.99% | 0.79% | - |
| XYZ | 23.85 | 42.96 | 22.36 | - |
| YUV | 131.65 | 116.9 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 112 | 0.99 | 0 | 0.44 | 0.21 | 153.03 | 0.97 | 0.4 |
| Hex | 3 | C9 | 70 | 63 | 0 | 2C | 15 | 99 | 61 | 28 |
| Octal | 3 | 311 | 160 | 143 | 0 | 54 | 25 | 231 | 141 | 50 |
| Binary | 11 | 11001001 | 1110000 | 1100011 | 0 | 101100 | 10101 | 10011001 | 1100001 | 101000 |
Color Harmonies of #03C970
Complementary color
Monochromatic Colors of #03C970
Black with #03C970
Text Example
Text Example
White with #03C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C970; }
p { color: rgb(3,201,112); }
H1.HeaderClassName
{
color: #03C970;
}
.AnyTagClassName
{
color: #03C970;
}
</style>
background-color css
<style>
a { background-color: #03C970; }
a { background-color: rgb(3,201,112); }
div.DivClassName
{
background-color: #03C970;
}
.BgClassName
{
background-color: #03C970;
}
</style>
border-color css
<style>
span { border-color: #03C970; }
span { border-color: rgb(3,201,112); }
td.TdClassName
{
border-color: #03C970;
}
.TagClassName
{
border-color: #03C970;
}
</style>