Shades of Dark Pastel Green #04BA1C
Tints of Dark Pastel Green #04BA1C
RGB
CMYK
RGB Variations
Color information
#04BA1C (or 0x04BA1C) is known color: Dark Pastel Green. HEX triplet: 04, BA and 1C. RGB value is (4,186,28). Sum of RGB (Red+Green+Blue) = 4+186+28=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 186 (73.05% from 255 or 85.32% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA1C is #FB45E3. Grayscale: #727272. Windows color (decimal): -16467428 or 1882628. OLE color: 1882628.
HSL color Cylindrical-coordinate representation of color #04BA1C: hue angle of 127.91º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BA1C is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 28 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.27 |
| HSL | 127.91º | 0.96% | 0.37% | - |
| HSV(B) | 127.91º | 0.98% | 0.73% | - |
| XYZ | 17.82 | 35.23 | 6.96 | - |
| YUV | 113.57 | 79.7 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 28 | 0.98 | 0 | 0.85 | 0.27 | 127.91 | 0.96 | 0.37 |
| Hex | 4 | BA | 1C | 62 | 0 | 55 | 1B | 80 | 60 | 25 |
| Octal | 4 | 272 | 34 | 142 | 0 | 125 | 33 | 200 | 140 | 45 |
| Binary | 100 | 10111010 | 11100 | 1100010 | 0 | 1010101 | 11011 | 10000000 | 1100000 | 100101 |
Color Harmonies of #04BA1C
Complementary color
Monochromatic Colors of #04BA1C
Black with #04BA1C
Text Example
Text Example
White with #04BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA1C; }
p { color: rgb(4,186,28); }
H1.HeaderClassName
{
color: #04BA1C;
}
.AnyTagClassName
{
color: #04BA1C;
}
</style>
background-color css
<style>
a { background-color: #04BA1C; }
a { background-color: rgb(4,186,28); }
div.DivClassName
{
background-color: #04BA1C;
}
.BgClassName
{
background-color: #04BA1C;
}
</style>
border-color css
<style>
span { border-color: #04BA1C; }
span { border-color: rgb(4,186,28); }
td.TdClassName
{
border-color: #04BA1C;
}
.TagClassName
{
border-color: #04BA1C;
}
</style>