Shades of Dark Pastel Green #04A22E
Tints of Dark Pastel Green #04A22E
RGB
CMYK
RGB Variations
Color information
#04A22E (or 0x04A22E) is known color: Dark Pastel Green. HEX triplet: 04, A2 and 2E. RGB value is (4,162,46). Sum of RGB (Red+Green+Blue) = 4+162+46=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 162 (63.67% from 255 or 76.42% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 162 - color contains mainly: green. Hex color #04A22E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A22E is #FB5DD1. Grayscale: #656565. Windows color (decimal): -16473554 or 3056132. OLE color: 3056132.
HSL color Cylindrical-coordinate representation of color #04A22E: hue angle of 135.95º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A22E is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 162 | 46 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.36 |
| HSL | 135.95º | 0.95% | 0.33% | - |
| HSV(B) | 135.95º | 0.98% | 0.64% | - |
| XYZ | 13.46 | 26.06 | 6.91 | - |
| YUV | 101.53 | 96.65 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 162 | 46 | 0.98 | 0 | 0.72 | 0.36 | 135.95 | 0.95 | 0.33 |
| Hex | 4 | A2 | 2E | 62 | 0 | 48 | 24 | 88 | 5F | 21 |
| Octal | 4 | 242 | 56 | 142 | 0 | 110 | 44 | 210 | 137 | 41 |
| Binary | 100 | 10100010 | 101110 | 1100010 | 0 | 1001000 | 100100 | 10001000 | 1011111 | 100001 |
Color Harmonies of #04A22E
Complementary color
Monochromatic Colors of #04A22E
Black with #04A22E
Text Example
Text Example
White with #04A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A22E; }
p { color: rgb(4,162,46); }
H1.HeaderClassName
{
color: #04A22E;
}
.AnyTagClassName
{
color: #04A22E;
}
</style>
background-color css
<style>
a { background-color: #04A22E; }
a { background-color: rgb(4,162,46); }
div.DivClassName
{
background-color: #04A22E;
}
.BgClassName
{
background-color: #04A22E;
}
</style>
border-color css
<style>
span { border-color: #04A22E; }
span { border-color: rgb(4,162,46); }
td.TdClassName
{
border-color: #04A22E;
}
.TagClassName
{
border-color: #04A22E;
}
</style>