Shades of Dark Pastel Green #04BA1E
Tints of Dark Pastel Green #04BA1E
RGB
CMYK
RGB Variations
Color information
#04BA1E (or 0x04BA1E) is known color: Dark Pastel Green. HEX triplet: 04, BA and 1E. RGB value is (4,186,30). Sum of RGB (Red+Green+Blue) = 4+186+30=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 186 (73.05% from 255 or 84.55% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA1E is #FB45E1. Grayscale: #727272. Windows color (decimal): -16467426 or 2013700. OLE color: 2013700.
HSL color Cylindrical-coordinate representation of color #04BA1E: hue angle of 128.57º 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 #04BA1E is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 30 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.27 |
| HSL | 128.57º | 0.96% | 0.37% | - |
| HSV(B) | 128.57º | 0.98% | 0.73% | - |
| XYZ | 17.84 | 35.24 | 7.09 | - |
| YUV | 113.8 | 80.7 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 30 | 0.98 | 0 | 0.84 | 0.27 | 128.57 | 0.96 | 0.37 |
| Hex | 4 | BA | 1E | 62 | 0 | 54 | 1B | 81 | 60 | 25 |
| Octal | 4 | 272 | 36 | 142 | 0 | 124 | 33 | 201 | 140 | 45 |
| Binary | 100 | 10111010 | 11110 | 1100010 | 0 | 1010100 | 11011 | 10000001 | 1100000 | 100101 |
Color Harmonies of #04BA1E
Complementary color
Monochromatic Colors of #04BA1E
Black with #04BA1E
Text Example
Text Example
White with #04BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA1E; }
p { color: rgb(4,186,30); }
H1.HeaderClassName
{
color: #04BA1E;
}
.AnyTagClassName
{
color: #04BA1E;
}
</style>
background-color css
<style>
a { background-color: #04BA1E; }
a { background-color: rgb(4,186,30); }
div.DivClassName
{
background-color: #04BA1E;
}
.BgClassName
{
background-color: #04BA1E;
}
</style>
border-color css
<style>
span { border-color: #04BA1E; }
span { border-color: rgb(4,186,30); }
td.TdClassName
{
border-color: #04BA1E;
}
.TagClassName
{
border-color: #04BA1E;
}
</style>