Shades of Green #04880A
Tints of Green #04880A
RGB
CMYK
RGB Variations
Color information
#04880A (or 0x04880A) is known color: Green. HEX triplet: 04, 88 and 0A. RGB value is (4,136,10). Sum of RGB (Red+Green+Blue) = 4+136+10=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 136 (53.52% from 255 or 90.67% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 136 - color contains mainly: green. Hex color #04880A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04880A is #FB77F5. Grayscale: #525252. Windows color (decimal): -16480246 or 690180. OLE color: 690180.
HSL color Cylindrical-coordinate representation of color #04880A: hue angle of 122.73º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04880A is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 136 | 10 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.47 |
| HSL | 122.73º | 0.94% | 0.27% | - |
| HSV(B) | 122.73º | 0.97% | 0.53% | - |
| XYZ | 8.91 | 17.66 | 3.23 | - |
| YUV | 82.17 | 87.27 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 136 | 10 | 0.97 | 0 | 0.93 | 0.47 | 122.73 | 0.94 | 0.27 |
| Hex | 4 | 88 | A | 61 | 0 | 5D | 2F | 7B | 5E | 1B |
| Octal | 4 | 210 | 12 | 141 | 0 | 135 | 57 | 173 | 136 | 33 |
| Binary | 100 | 10001000 | 1010 | 1100001 | 0 | 1011101 | 101111 | 1111011 | 1011110 | 11011 |
Color Harmonies of #04880A
Complementary color
Monochromatic Colors of #04880A
Black with #04880A
Text Example
Text Example
White with #04880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04880A; }
p { color: rgb(4,136,10); }
H1.HeaderClassName
{
color: #04880A;
}
.AnyTagClassName
{
color: #04880A;
}
</style>
background-color css
<style>
a { background-color: #04880A; }
a { background-color: rgb(4,136,10); }
div.DivClassName
{
background-color: #04880A;
}
.BgClassName
{
background-color: #04880A;
}
</style>
border-color css
<style>
span { border-color: #04880A; }
span { border-color: rgb(4,136,10); }
td.TdClassName
{
border-color: #04880A;
}
.TagClassName
{
border-color: #04880A;
}
</style>