Shades of Jade #03C96E
Tints of Jade #03C96E
RGB
CMYK
RGB Variations
Color information
#03C96E (or 0x03C96E) is known color: Jade. HEX triplet: 03, C9 and 6E. RGB value is (3,201,110). Sum of RGB (Red+Green+Blue) = 3+201+110=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 201 (78.91% from 255 or 64.01% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 201 - color contains mainly: green. Hex color #03C96E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C96E is #FC3691. Grayscale: #838383. Windows color (decimal): -16529042 or 7260419. OLE color: 7260419.
HSL color Cylindrical-coordinate representation of color #03C96E: hue angle of 152.42º 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 #03C96E is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 110 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.21 |
| HSL | 152.42º | 0.97% | 0.4% | - |
| HSV(B) | 152.42º | 0.99% | 0.79% | - |
| XYZ | 23.74 | 42.92 | 21.78 | - |
| YUV | 131.42 | 115.9 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 110 | 0.99 | 0 | 0.45 | 0.21 | 152.42 | 0.97 | 0.4 |
| Hex | 3 | C9 | 6E | 63 | 0 | 2D | 15 | 98 | 61 | 28 |
| Octal | 3 | 311 | 156 | 143 | 0 | 55 | 25 | 230 | 141 | 50 |
| Binary | 11 | 11001001 | 1101110 | 1100011 | 0 | 101101 | 10101 | 10011000 | 1100001 | 101000 |
Color Harmonies of #03C96E
Complementary color
Monochromatic Colors of #03C96E
Black with #03C96E
Text Example
Text Example
White with #03C96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C96E; }
p { color: rgb(3,201,110); }
H1.HeaderClassName
{
color: #03C96E;
}
.AnyTagClassName
{
color: #03C96E;
}
</style>
background-color css
<style>
a { background-color: #03C96E; }
a { background-color: rgb(3,201,110); }
div.DivClassName
{
background-color: #03C96E;
}
.BgClassName
{
background-color: #03C96E;
}
</style>
border-color css
<style>
span { border-color: #03C96E; }
span { border-color: rgb(3,201,110); }
td.TdClassName
{
border-color: #03C96E;
}
.TagClassName
{
border-color: #03C96E;
}
</style>