Shades of Jade #03C96F
Tints of Jade #03C96F
RGB
CMYK
RGB Variations
Color information
#03C96F (or 0x03C96F) is known color: Jade. HEX triplet: 03, C9 and 6F. RGB value is (3,201,111). Sum of RGB (Red+Green+Blue) = 3+201+111=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 201 (78.91% from 255 or 63.81% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 201 - color contains mainly: green. Hex color #03C96F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C96F is #FC3690. Grayscale: #838383. Windows color (decimal): -16529041 or 7325955. OLE color: 7325955.
HSL color Cylindrical-coordinate representation of color #03C96F: hue angle of 152.73º 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 #03C96F is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 111 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.21 |
| HSL | 152.73º | 0.97% | 0.4% | - |
| HSV(B) | 152.73º | 0.99% | 0.79% | - |
| XYZ | 23.79 | 42.94 | 22.07 | - |
| YUV | 131.54 | 116.4 | 36.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 111 | 0.99 | 0 | 0.45 | 0.21 | 152.73 | 0.97 | 0.4 |
| Hex | 3 | C9 | 6F | 63 | 0 | 2D | 15 | 99 | 61 | 28 |
| Octal | 3 | 311 | 157 | 143 | 0 | 55 | 25 | 231 | 141 | 50 |
| Binary | 11 | 11001001 | 1101111 | 1100011 | 0 | 101101 | 10101 | 10011001 | 1100001 | 101000 |
Color Harmonies of #03C96F
Complementary color
Monochromatic Colors of #03C96F
Black with #03C96F
Text Example
Text Example
White with #03C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C96F; }
p { color: rgb(3,201,111); }
H1.HeaderClassName
{
color: #03C96F;
}
.AnyTagClassName
{
color: #03C96F;
}
</style>
background-color css
<style>
a { background-color: #03C96F; }
a { background-color: rgb(3,201,111); }
div.DivClassName
{
background-color: #03C96F;
}
.BgClassName
{
background-color: #03C96F;
}
</style>
border-color css
<style>
span { border-color: #03C96F; }
span { border-color: rgb(3,201,111); }
td.TdClassName
{
border-color: #03C96F;
}
.TagClassName
{
border-color: #03C96F;
}
</style>