Shades of Jade #03C36E
Tints of Jade #03C36E
RGB
CMYK
RGB Variations
Color information
#03C36E (or 0x03C36E) is known color: Jade. HEX triplet: 03, C3 and 6E. RGB value is (3,195,110). Sum of RGB (Red+Green+Blue) = 3+195+110=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #03C36E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C36E is #FC3C91. Grayscale: #808080. Windows color (decimal): -16530578 or 7258883. OLE color: 7258883.
HSL color Cylindrical-coordinate representation of color #03C36E: hue angle of 153.44º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C36E is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 195 | 110 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.24 |
| HSL | 153.44º | 0.97% | 0.39% | - |
| HSV(B) | 153.44º | 0.98% | 0.76% | - |
| XYZ | 22.37 | 40.18 | 21.33 | - |
| YUV | 127.9 | 117.89 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 195 | 110 | 0.98 | 0 | 0.44 | 0.24 | 153.44 | 0.97 | 0.39 |
| Hex | 3 | C3 | 6E | 62 | 0 | 2C | 18 | 99 | 61 | 27 |
| Octal | 3 | 303 | 156 | 142 | 0 | 54 | 30 | 231 | 141 | 47 |
| Binary | 11 | 11000011 | 1101110 | 1100010 | 0 | 101100 | 11000 | 10011001 | 1100001 | 100111 |
Color Harmonies of #03C36E
Complementary color
Monochromatic Colors of #03C36E
Black with #03C36E
Text Example
Text Example
White with #03C36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C36E; }
p { color: rgb(3,195,110); }
H1.HeaderClassName
{
color: #03C36E;
}
.AnyTagClassName
{
color: #03C36E;
}
</style>
background-color css
<style>
a { background-color: #03C36E; }
a { background-color: rgb(3,195,110); }
div.DivClassName
{
background-color: #03C36E;
}
.BgClassName
{
background-color: #03C36E;
}
</style>
border-color css
<style>
span { border-color: #03C36E; }
span { border-color: rgb(3,195,110); }
td.TdClassName
{
border-color: #03C36E;
}
.TagClassName
{
border-color: #03C36E;
}
</style>