Shades of Jade #03CC6F
Tints of Jade #03CC6F
RGB
CMYK
RGB Variations
Color information
#03CC6F (or 0x03CC6F) is known color: Jade. HEX triplet: 03, CC and 6F. RGB value is (3,204,111). Sum of RGB (Red+Green+Blue) = 3+204+111=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 204 (80.08% from 255 or 64.15% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CC6F is #FC3390. Grayscale: #858585. Windows color (decimal): -16528273 or 7326723. OLE color: 7326723.
HSL color Cylindrical-coordinate representation of color #03CC6F: hue angle of 152.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CC6F is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 111 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.2 |
| HSL | 152.24º | 0.97% | 0.41% | - |
| HSV(B) | 152.24º | 0.99% | 0.8% | - |
| XYZ | 24.5 | 44.35 | 22.31 | - |
| YUV | 133.3 | 115.41 | 35.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 111 | 0.99 | 0 | 0.46 | 0.2 | 152.24 | 0.97 | 0.41 |
| Hex | 3 | CC | 6F | 63 | 0 | 2E | 14 | 98 | 61 | 29 |
| Octal | 3 | 314 | 157 | 143 | 0 | 56 | 24 | 230 | 141 | 51 |
| Binary | 11 | 11001100 | 1101111 | 1100011 | 0 | 101110 | 10100 | 10011000 | 1100001 | 101001 |
Color Harmonies of #03CC6F
Complementary color
Monochromatic Colors of #03CC6F
Black with #03CC6F
Text Example
Text Example
White with #03CC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CC6F; }
p { color: rgb(3,204,111); }
H1.HeaderClassName
{
color: #03CC6F;
}
.AnyTagClassName
{
color: #03CC6F;
}
</style>
background-color css
<style>
a { background-color: #03CC6F; }
a { background-color: rgb(3,204,111); }
div.DivClassName
{
background-color: #03CC6F;
}
.BgClassName
{
background-color: #03CC6F;
}
</style>
border-color css
<style>
span { border-color: #03CC6F; }
span { border-color: rgb(3,204,111); }
td.TdClassName
{
border-color: #03CC6F;
}
.TagClassName
{
border-color: #03CC6F;
}
</style>