Shades of Jade #03C678
Tints of Jade #03C678
RGB
CMYK
RGB Variations
Color information
#03C678 (or 0x03C678) is known color: Jade. HEX triplet: 03, C6 and 78. RGB value is (3,198,120). Sum of RGB (Red+Green+Blue) = 3+198+120=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #03C678 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C678 is #FC3987. Grayscale: #828282. Windows color (decimal): -16529800 or 7915011. OLE color: 7915011.
HSL color Cylindrical-coordinate representation of color #03C678: hue angle of 156º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C678 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 198 | 120 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.22 |
| HSL | 156º | 0.97% | 0.39% | - |
| HSV(B) | 156º | 0.98% | 0.78% | - |
| XYZ | 23.62 | 41.76 | 24.59 | - |
| YUV | 130.8 | 121.9 | 36.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 198 | 120 | 0.98 | 0 | 0.39 | 0.22 | 156 | 0.97 | 0.39 |
| Hex | 3 | C6 | 78 | 62 | 0 | 27 | 16 | 9C | 61 | 27 |
| Octal | 3 | 306 | 170 | 142 | 0 | 47 | 26 | 234 | 141 | 47 |
| Binary | 11 | 11000110 | 1111000 | 1100010 | 0 | 100111 | 10110 | 10011100 | 1100001 | 100111 |
Color Harmonies of #03C678
Complementary color
Monochromatic Colors of #03C678
Black with #03C678
Text Example
Text Example
White with #03C678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C678; }
p { color: rgb(3,198,120); }
H1.HeaderClassName
{
color: #03C678;
}
.AnyTagClassName
{
color: #03C678;
}
</style>
background-color css
<style>
a { background-color: #03C678; }
a { background-color: rgb(3,198,120); }
div.DivClassName
{
background-color: #03C678;
}
.BgClassName
{
background-color: #03C678;
}
</style>
border-color css
<style>
span { border-color: #03C678; }
span { border-color: rgb(3,198,120); }
td.TdClassName
{
border-color: #03C678;
}
.TagClassName
{
border-color: #03C678;
}
</style>