Shades of Jade #03C76A
Tints of Jade #03C76A
RGB
CMYK
RGB Variations
Color information
#03C76A (or 0x03C76A) is known color: Jade. HEX triplet: 03, C7 and 6A. RGB value is (3,199,106). Sum of RGB (Red+Green+Blue) = 3+199+106=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 199 (78.12% from 255 or 64.61% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 199 - color contains mainly: green. Hex color #03C76A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C76A is #FC3895. Grayscale: #818181. Windows color (decimal): -16529558 or 6997763. OLE color: 6997763.
HSL color Cylindrical-coordinate representation of color #03C76A: hue angle of 151.53º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C76A is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 199 | 106 | - |
| CMYK | 0.98 | 0 | 0.47 | 0.22 |
| HSL | 151.53º | 0.97% | 0.4% | - |
| HSV(B) | 151.53º | 0.98% | 0.78% | - |
| XYZ | 23.06 | 41.91 | 20.51 | - |
| YUV | 129.79 | 114.57 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 199 | 106 | 0.98 | 0 | 0.47 | 0.22 | 151.53 | 0.97 | 0.4 |
| Hex | 3 | C7 | 6A | 62 | 0 | 2F | 16 | 98 | 61 | 28 |
| Octal | 3 | 307 | 152 | 142 | 0 | 57 | 26 | 230 | 141 | 50 |
| Binary | 11 | 11000111 | 1101010 | 1100010 | 0 | 101111 | 10110 | 10011000 | 1100001 | 101000 |
Color Harmonies of #03C76A
Complementary color
Monochromatic Colors of #03C76A
Black with #03C76A
Text Example
Text Example
White with #03C76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C76A; }
p { color: rgb(3,199,106); }
H1.HeaderClassName
{
color: #03C76A;
}
.AnyTagClassName
{
color: #03C76A;
}
</style>
background-color css
<style>
a { background-color: #03C76A; }
a { background-color: rgb(3,199,106); }
div.DivClassName
{
background-color: #03C76A;
}
.BgClassName
{
background-color: #03C76A;
}
</style>
border-color css
<style>
span { border-color: #03C76A; }
span { border-color: rgb(3,199,106); }
td.TdClassName
{
border-color: #03C76A;
}
.TagClassName
{
border-color: #03C76A;
}
</style>