Shades of Dark Pastel Green #03CA12
Tints of Dark Pastel Green #03CA12
RGB
CMYK
RGB Variations
Color information
#03CA12 (or 0x03CA12) is known color: Dark Pastel Green. HEX triplet: 03, CA and 12. RGB value is (3,202,18). Sum of RGB (Red+Green+Blue) = 3+202+18=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 202 (79.30% from 255 or 90.58% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CA12 is #FC35ED. Grayscale: #7A7A7A. Windows color (decimal): -16528878 or 1231363. OLE color: 1231363.
HSL color Cylindrical-coordinate representation of color #03CA12: hue angle of 124.52º 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 #03CA12 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 18 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.21 |
| HSL | 124.52º | 0.97% | 0.4% | - |
| HSV(B) | 124.52º | 0.99% | 0.79% | - |
| XYZ | 21.27 | 42.3 | 7.62 | - |
| YUV | 121.52 | 69.57 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 18 | 0.99 | 0 | 0.91 | 0.21 | 124.52 | 0.97 | 0.4 |
| Hex | 3 | CA | 12 | 63 | 0 | 5B | 15 | 7D | 61 | 28 |
| Octal | 3 | 312 | 22 | 143 | 0 | 133 | 25 | 175 | 141 | 50 |
| Binary | 11 | 11001010 | 10010 | 1100011 | 0 | 1011011 | 10101 | 1111101 | 1100001 | 101000 |
Color Harmonies of #03CA12
Complementary color
Monochromatic Colors of #03CA12
Black with #03CA12
Text Example
Text Example
White with #03CA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA12; }
p { color: rgb(3,202,18); }
H1.HeaderClassName
{
color: #03CA12;
}
.AnyTagClassName
{
color: #03CA12;
}
</style>
background-color css
<style>
a { background-color: #03CA12; }
a { background-color: rgb(3,202,18); }
div.DivClassName
{
background-color: #03CA12;
}
.BgClassName
{
background-color: #03CA12;
}
</style>
border-color css
<style>
span { border-color: #03CA12; }
span { border-color: rgb(3,202,18); }
td.TdClassName
{
border-color: #03CA12;
}
.TagClassName
{
border-color: #03CA12;
}
</style>