Shades of Green #098400
Tints of Green #098400
RGB
CMYK
RGB Variations
Color information
#098400 (or 0x098400) is known color: Green. HEX triplet: 09, 84 and 00. RGB value is (9,132,0). Sum of RGB (Red+Green+Blue) = 9+132+0=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 132 (51.95% from 255 or 93.62% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 132 - color contains mainly: green. Hex color #098400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098400 is #F67BFF. Grayscale: #505050. Windows color (decimal): -16153600 or 33801. OLE color: 33801.
HSL color Cylindrical-coordinate representation of color #098400: hue angle of 115.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #098400 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 132 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.48 |
| HSL | 115.91º | 1% | 0.26% | - |
| HSV(B) | 115.91º | 1% | 0.52% | - |
| XYZ | 8.36 | 16.56 | 2.76 | - |
| YUV | 80.18 | 82.75 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 0 | 0.93 | 0 | 1 | 0.48 | 115.91 | 1 | 0.26 |
| Hex | 9 | 84 | 0 | 5D | 0 | 64 | 30 | 74 | 64 | 1A |
| Octal | 11 | 204 | 0 | 135 | 0 | 144 | 60 | 164 | 144 | 32 |
| Binary | 1001 | 10000100 | 0 | 1011101 | 0 | 1100100 | 110000 | 1110100 | 1100100 | 11010 |
Color Harmonies of #098400
Complementary color
Monochromatic Colors of #098400
Black with #098400
Text Example
Text Example
White with #098400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098400; }
p { color: rgb(9,132,0); }
H1.HeaderClassName
{
color: #098400;
}
.AnyTagClassName
{
color: #098400;
}
</style>
background-color css
<style>
a { background-color: #098400; }
a { background-color: rgb(9,132,0); }
div.DivClassName
{
background-color: #098400;
}
.BgClassName
{
background-color: #098400;
}
</style>
border-color css
<style>
span { border-color: #098400; }
span { border-color: rgb(9,132,0); }
td.TdClassName
{
border-color: #098400;
}
.TagClassName
{
border-color: #098400;
}
</style>