Shades of Jade #03CA6D
Tints of Jade #03CA6D
RGB
CMYK
RGB Variations
Color information
#03CA6D (or 0x03CA6D) is known color: Jade. HEX triplet: 03, CA and 6D. RGB value is (3,202,109). Sum of RGB (Red+Green+Blue) = 3+202+109=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CA6D is #FC3592. Grayscale: #848484. Windows color (decimal): -16528787 or 7195139. OLE color: 7195139.
HSL color Cylindrical-coordinate representation of color #03CA6D: hue angle of 151.96º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CA6D is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 109 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.21 |
| HSL | 151.96º | 0.97% | 0.4% | - |
| HSV(B) | 151.96º | 0.99% | 0.79% | - |
| XYZ | 23.92 | 43.36 | 21.58 | - |
| YUV | 131.9 | 115.07 | 36.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 109 | 0.99 | 0 | 0.46 | 0.21 | 151.96 | 0.97 | 0.4 |
| Hex | 3 | CA | 6D | 63 | 0 | 2E | 15 | 98 | 61 | 28 |
| Octal | 3 | 312 | 155 | 143 | 0 | 56 | 25 | 230 | 141 | 50 |
| Binary | 11 | 11001010 | 1101101 | 1100011 | 0 | 101110 | 10101 | 10011000 | 1100001 | 101000 |
Color Harmonies of #03CA6D
Complementary color
Monochromatic Colors of #03CA6D
Black with #03CA6D
Text Example
Text Example
White with #03CA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA6D; }
p { color: rgb(3,202,109); }
H1.HeaderClassName
{
color: #03CA6D;
}
.AnyTagClassName
{
color: #03CA6D;
}
</style>
background-color css
<style>
a { background-color: #03CA6D; }
a { background-color: rgb(3,202,109); }
div.DivClassName
{
background-color: #03CA6D;
}
.BgClassName
{
background-color: #03CA6D;
}
</style>
border-color css
<style>
span { border-color: #03CA6D; }
span { border-color: rgb(3,202,109); }
td.TdClassName
{
border-color: #03CA6D;
}
.TagClassName
{
border-color: #03CA6D;
}
</style>