Shades of Dark Pastel Green #03C154
Tints of Dark Pastel Green #03C154
RGB
CMYK
RGB Variations
Color information
#03C154 (or 0x03C154) is known color: Dark Pastel Green. HEX triplet: 03, C1 and 54. RGB value is (3,193,84). Sum of RGB (Red+Green+Blue) = 3+193+84=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #03C154 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C154 is #FC3EAB. Grayscale: #7C7C7C. Windows color (decimal): -16531116 or 5554435. OLE color: 5554435.
HSL color Cylindrical-coordinate representation of color #03C154: hue angle of 145.58º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C154 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 193 | 84 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.24 |
| HSL | 145.58º | 0.97% | 0.38% | - |
| HSV(B) | 145.58º | 0.98% | 0.76% | - |
| XYZ | 20.71 | 38.8 | 14.79 | - |
| YUV | 123.76 | 105.55 | 41.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 193 | 84 | 0.98 | 0 | 0.56 | 0.24 | 145.58 | 0.97 | 0.38 |
| Hex | 3 | C1 | 54 | 62 | 0 | 38 | 18 | 92 | 61 | 26 |
| Octal | 3 | 301 | 124 | 142 | 0 | 70 | 30 | 222 | 141 | 46 |
| Binary | 11 | 11000001 | 1010100 | 1100010 | 0 | 111000 | 11000 | 10010010 | 1100001 | 100110 |
Color Harmonies of #03C154
Complementary color
Monochromatic Colors of #03C154
Black with #03C154
Text Example
Text Example
White with #03C154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C154; }
p { color: rgb(3,193,84); }
H1.HeaderClassName
{
color: #03C154;
}
.AnyTagClassName
{
color: #03C154;
}
</style>
background-color css
<style>
a { background-color: #03C154; }
a { background-color: rgb(3,193,84); }
div.DivClassName
{
background-color: #03C154;
}
.BgClassName
{
background-color: #03C154;
}
</style>
border-color css
<style>
span { border-color: #03C154; }
span { border-color: rgb(3,193,84); }
td.TdClassName
{
border-color: #03C154;
}
.TagClassName
{
border-color: #03C154;
}
</style>