Shades of Green #098300
Tints of Green #098300
RGB
CMYK
RGB Variations
Color information
#098300 (or 0x098300) is known color: Green. HEX triplet: 09, 83 and 00. RGB value is (9,131,0). Sum of RGB (Red+Green+Blue) = 9+131+0=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 131 (51.56% from 255 or 93.57% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 131 - color contains mainly: green. Hex color #098300 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098300 is #F67CFF. Grayscale: #4F4F4F. Windows color (decimal): -16153856 or 33545. OLE color: 33545.
HSL color Cylindrical-coordinate representation of color #098300: hue angle of 115.88º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #098300 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 131 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.49 |
| HSL | 115.88º | 1% | 0.26% | - |
| HSV(B) | 115.88º | 1% | 0.51% | - |
| XYZ | 8.23 | 16.29 | 2.71 | - |
| YUV | 79.59 | 83.08 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 0 | 0.93 | 0 | 1 | 0.49 | 115.88 | 1 | 0.26 |
| Hex | 9 | 83 | 0 | 5D | 0 | 64 | 31 | 74 | 64 | 1A |
| Octal | 11 | 203 | 0 | 135 | 0 | 144 | 61 | 164 | 144 | 32 |
| Binary | 1001 | 10000011 | 0 | 1011101 | 0 | 1100100 | 110001 | 1110100 | 1100100 | 11010 |
Color Harmonies of #098300
Complementary color
Monochromatic Colors of #098300
Black with #098300
Text Example
Text Example
White with #098300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098300; }
p { color: rgb(9,131,0); }
H1.HeaderClassName
{
color: #098300;
}
.AnyTagClassName
{
color: #098300;
}
</style>
background-color css
<style>
a { background-color: #098300; }
a { background-color: rgb(9,131,0); }
div.DivClassName
{
background-color: #098300;
}
.BgClassName
{
background-color: #098300;
}
</style>
border-color css
<style>
span { border-color: #098300; }
span { border-color: rgb(9,131,0); }
td.TdClassName
{
border-color: #098300;
}
.TagClassName
{
border-color: #098300;
}
</style>