Shades of Green #098000
Tints of Green #098000
RGB
CMYK
RGB Variations
Color information
#098000 (or 0x098000) is known color: Green. HEX triplet: 09, 80 and 00. RGB value is (9,128,0). Sum of RGB (Red+Green+Blue) = 9+128+0=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 128 (50.39% from 255 or 93.43% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 128 - color contains mainly: green. Hex color #098000 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098000 is #F67FFF. Grayscale: #4E4E4E. Windows color (decimal): -16154624 or 32777. OLE color: 32777.
HSL color Cylindrical-coordinate representation of color #098000: hue angle of 115.78º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #098000 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 128 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.50 |
| HSL | 115.78º | 1% | 0.25% | - |
| HSV(B) | 115.78º | 1% | 0.5% | - |
| XYZ | 7.83 | 15.5 | 2.58 | - |
| YUV | 77.83 | 84.08 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 0 | 0.93 | 0 | 1 | 0.50 | 115.78 | 1 | 0.25 |
| Hex | 9 | 80 | 0 | 5D | 0 | 64 | 32 | 74 | 64 | 19 |
| Octal | 11 | 200 | 0 | 135 | 0 | 144 | 62 | 164 | 144 | 31 |
| Binary | 1001 | 10000000 | 0 | 1011101 | 0 | 1100100 | 110010 | 1110100 | 1100100 | 11001 |
Color Harmonies of #098000
Complementary color
Monochromatic Colors of #098000
Black with #098000
Text Example
Text Example
White with #098000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098000; }
p { color: rgb(9,128,0); }
H1.HeaderClassName
{
color: #098000;
}
.AnyTagClassName
{
color: #098000;
}
</style>
background-color css
<style>
a { background-color: #098000; }
a { background-color: rgb(9,128,0); }
div.DivClassName
{
background-color: #098000;
}
.BgClassName
{
background-color: #098000;
}
</style>
border-color css
<style>
span { border-color: #098000; }
span { border-color: rgb(9,128,0); }
td.TdClassName
{
border-color: #098000;
}
.TagClassName
{
border-color: #098000;
}
</style>