Shades of Green #098500
Tints of Green #098500
RGB
CMYK
RGB Variations
Color information
#098500 (or 0x098500) is known color: Green. HEX triplet: 09, 85 and 00. RGB value is (9,133,0). Sum of RGB (Red+Green+Blue) = 9+133+0=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 133 (52.34% from 255 or 93.66% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 133 - color contains mainly: green. Hex color #098500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098500 is #F67AFF. Grayscale: #515151. Windows color (decimal): -16153344 or 34057. OLE color: 34057.
HSL color Cylindrical-coordinate representation of color #098500: hue angle of 115.94º 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 #098500 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 133 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.48 |
| HSL | 115.94º | 1% | 0.26% | - |
| HSV(B) | 115.94º | 1% | 0.52% | - |
| XYZ | 8.5 | 16.83 | 2.8 | - |
| YUV | 80.76 | 82.42 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 0 | 0.93 | 0 | 1 | 0.48 | 115.94 | 1 | 0.26 |
| Hex | 9 | 85 | 0 | 5D | 0 | 64 | 30 | 74 | 64 | 1A |
| Octal | 11 | 205 | 0 | 135 | 0 | 144 | 60 | 164 | 144 | 32 |
| Binary | 1001 | 10000101 | 0 | 1011101 | 0 | 1100100 | 110000 | 1110100 | 1100100 | 11010 |
Color Harmonies of #098500
Complementary color
Monochromatic Colors of #098500
Black with #098500
Text Example
Text Example
White with #098500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098500; }
p { color: rgb(9,133,0); }
H1.HeaderClassName
{
color: #098500;
}
.AnyTagClassName
{
color: #098500;
}
</style>
background-color css
<style>
a { background-color: #098500; }
a { background-color: rgb(9,133,0); }
div.DivClassName
{
background-color: #098500;
}
.BgClassName
{
background-color: #098500;
}
</style>
border-color css
<style>
span { border-color: #098500; }
span { border-color: rgb(9,133,0); }
td.TdClassName
{
border-color: #098500;
}
.TagClassName
{
border-color: #098500;
}
</style>