Shades of Jade #03C973
Tints of Jade #03C973
RGB
CMYK
RGB Variations
Color information
#03C973 (or 0x03C973) is known color: Jade. HEX triplet: 03, C9 and 73. RGB value is (3,201,115). Sum of RGB (Red+Green+Blue) = 3+201+115=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 201 (78.91% from 255 or 63.01% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 201 - color contains mainly: green. Hex color #03C973 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C973 is #FC368C. Grayscale: #848484. Windows color (decimal): -16529037 or 7588099. OLE color: 7588099.
HSL color Cylindrical-coordinate representation of color #03C973: hue angle of 153.94º 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 #03C973 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 115 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.21 |
| HSL | 153.94º | 0.97% | 0.4% | - |
| HSV(B) | 153.94º | 0.99% | 0.79% | - |
| XYZ | 24.02 | 43.03 | 23.26 | - |
| YUV | 131.99 | 118.4 | 35.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 115 | 0.99 | 0 | 0.43 | 0.21 | 153.94 | 0.97 | 0.4 |
| Hex | 3 | C9 | 73 | 63 | 0 | 2B | 15 | 9A | 61 | 28 |
| Octal | 3 | 311 | 163 | 143 | 0 | 53 | 25 | 232 | 141 | 50 |
| Binary | 11 | 11001001 | 1110011 | 1100011 | 0 | 101011 | 10101 | 10011010 | 1100001 | 101000 |
Color Harmonies of #03C973
Complementary color
Monochromatic Colors of #03C973
Black with #03C973
Text Example
Text Example
White with #03C973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C973; }
p { color: rgb(3,201,115); }
H1.HeaderClassName
{
color: #03C973;
}
.AnyTagClassName
{
color: #03C973;
}
</style>
background-color css
<style>
a { background-color: #03C973; }
a { background-color: rgb(3,201,115); }
div.DivClassName
{
background-color: #03C973;
}
.BgClassName
{
background-color: #03C973;
}
</style>
border-color css
<style>
span { border-color: #03C973; }
span { border-color: rgb(3,201,115); }
td.TdClassName
{
border-color: #03C973;
}
.TagClassName
{
border-color: #03C973;
}
</style>