Shades of Green #008A19
Tints of Green #008A19
RGB
CMYK
RGB Variations
Color information
#008A19 (or 0x008A19) is known color: Green. HEX triplet: 00, 8A and 19. RGB value is (0,138,25). Sum of RGB (Red+Green+Blue) = 0+138+25=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 138 (54.30% from 255 or 84.66% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 138 - color contains mainly: green. Hex color #008A19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008A19 is #FF75E6. Grayscale: #545454. Windows color (decimal): -16741863 or 1673728. OLE color: 1673728.
HSL color Cylindrical-coordinate representation of color #008A19: hue angle of 130.87º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A19 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 138 | 25 | - |
| CMYK | 1 | 0 | 0.82 | 0.46 |
| HSL | 130.87º | 1% | 0.27% | - |
| HSV(B) | 130.87º | 1% | 0.54% | - |
| XYZ | 9.26 | 18.25 | 3.95 | - |
| YUV | 83.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 25 | 1 | 0 | 0.82 | 0.46 | 130.87 | 1 | 0.27 |
| Hex | 0 | 8A | 19 | 64 | 0 | 52 | 2E | 83 | 64 | 1B |
| Octal | 0 | 212 | 31 | 144 | 0 | 122 | 56 | 203 | 144 | 33 |
| Binary | 0 | 10001010 | 11001 | 1100100 | 0 | 1010010 | 101110 | 10000011 | 1100100 | 11011 |
Color Harmonies of #008A19
Complementary color
Monochromatic Colors of #008A19
Black with #008A19
Text Example
Text Example
White with #008A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A19; }
p { color: rgb(0,138,25); }
H1.HeaderClassName
{
color: #008A19;
}
.AnyTagClassName
{
color: #008A19;
}
</style>
background-color css
<style>
a { background-color: #008A19; }
a { background-color: rgb(0,138,25); }
div.DivClassName
{
background-color: #008A19;
}
.BgClassName
{
background-color: #008A19;
}
</style>
border-color css
<style>
span { border-color: #008A19; }
span { border-color: rgb(0,138,25); }
td.TdClassName
{
border-color: #008A19;
}
.TagClassName
{
border-color: #008A19;
}
</style>