Shades of Jade #03C666
Tints of Jade #03C666
RGB
CMYK
RGB Variations
Color information
#03C666 (or 0x03C666) is known color: Jade. HEX triplet: 03, C6 and 66. RGB value is (3,198,102). Sum of RGB (Red+Green+Blue) = 3+198+102=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 198 (77.73% from 255 or 65.35% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 198 - color contains mainly: green. Hex color #03C666 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C666 is #FC3999. Grayscale: #808080. Windows color (decimal): -16529818 or 6735363. OLE color: 6735363.
HSL color Cylindrical-coordinate representation of color #03C666: hue angle of 150.46º 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 #03C666 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 198 | 102 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.22 |
| HSL | 150.46º | 0.97% | 0.39% | - |
| HSV(B) | 150.46º | 0.98% | 0.78% | - |
| XYZ | 22.63 | 41.37 | 19.36 | - |
| YUV | 128.75 | 112.9 | 38.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 198 | 102 | 0.98 | 0 | 0.48 | 0.22 | 150.46 | 0.97 | 0.39 |
| Hex | 3 | C6 | 66 | 62 | 0 | 30 | 16 | 96 | 61 | 27 |
| Octal | 3 | 306 | 146 | 142 | 0 | 60 | 26 | 226 | 141 | 47 |
| Binary | 11 | 11000110 | 1100110 | 1100010 | 0 | 110000 | 10110 | 10010110 | 1100001 | 100111 |
Color Harmonies of #03C666
Complementary color
Monochromatic Colors of #03C666
Black with #03C666
Text Example
Text Example
White with #03C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C666; }
p { color: rgb(3,198,102); }
H1.HeaderClassName
{
color: #03C666;
}
.AnyTagClassName
{
color: #03C666;
}
</style>
background-color css
<style>
a { background-color: #03C666; }
a { background-color: rgb(3,198,102); }
div.DivClassName
{
background-color: #03C666;
}
.BgClassName
{
background-color: #03C666;
}
</style>
border-color css
<style>
span { border-color: #03C666; }
span { border-color: rgb(3,198,102); }
td.TdClassName
{
border-color: #03C666;
}
.TagClassName
{
border-color: #03C666;
}
</style>