Shades of Jade #03C976
Tints of Jade #03C976
RGB
CMYK
RGB Variations
Color information
#03C976 (or 0x03C976) is known color: Jade. HEX triplet: 03, C9 and 76. RGB value is (3,201,118). Sum of RGB (Red+Green+Blue) = 3+201+118=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 201 (78.91% from 255 or 62.42% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 201 - color contains mainly: green. Hex color #03C976 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C976 is #FC3689. Grayscale: #848484. Windows color (decimal): -16529034 or 7784707. OLE color: 7784707.
HSL color Cylindrical-coordinate representation of color #03C976: hue angle of 154.85º 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 #03C976 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 118 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.21 |
| HSL | 154.85º | 0.97% | 0.4% | - |
| HSV(B) | 154.85º | 0.99% | 0.79% | - |
| XYZ | 24.19 | 43.1 | 24.18 | - |
| YUV | 132.34 | 119.9 | 35.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 118 | 0.99 | 0 | 0.41 | 0.21 | 154.85 | 0.97 | 0.4 |
| Hex | 3 | C9 | 76 | 63 | 0 | 29 | 15 | 9B | 61 | 28 |
| Octal | 3 | 311 | 166 | 143 | 0 | 51 | 25 | 233 | 141 | 50 |
| Binary | 11 | 11001001 | 1110110 | 1100011 | 0 | 101001 | 10101 | 10011011 | 1100001 | 101000 |
Color Harmonies of #03C976
Complementary color
Monochromatic Colors of #03C976
Black with #03C976
Text Example
Text Example
White with #03C976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C976; }
p { color: rgb(3,201,118); }
H1.HeaderClassName
{
color: #03C976;
}
.AnyTagClassName
{
color: #03C976;
}
</style>
background-color css
<style>
a { background-color: #03C976; }
a { background-color: rgb(3,201,118); }
div.DivClassName
{
background-color: #03C976;
}
.BgClassName
{
background-color: #03C976;
}
</style>
border-color css
<style>
span { border-color: #03C976; }
span { border-color: rgb(3,201,118); }
td.TdClassName
{
border-color: #03C976;
}
.TagClassName
{
border-color: #03C976;
}
</style>