Shades of Green #098B12
Tints of Green #098B12
RGB
CMYK
RGB Variations
Color information
#098B12 (or 0x098B12) is known color: Green. HEX triplet: 09, 8B and 12. RGB value is (9,139,18). Sum of RGB (Red+Green+Blue) = 9+139+18=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 139 (54.69% from 255 or 83.73% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 139 - color contains mainly: green. Hex color #098B12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098B12 is #F674ED. Grayscale: #565656. Windows color (decimal): -16151790 or 1215241. OLE color: 1215241.
HSL color Cylindrical-coordinate representation of color #098B12: hue angle of 124.15º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098B12 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 139 | 18 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.45 |
| HSL | 124.15º | 0.88% | 0.29% | - |
| HSV(B) | 124.15º | 0.94% | 0.55% | - |
| XYZ | 9.45 | 18.57 | 3.66 | - |
| YUV | 86.34 | 89.43 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 18 | 0.94 | 0 | 0.87 | 0.45 | 124.15 | 0.88 | 0.29 |
| Hex | 9 | 8B | 12 | 5E | 0 | 57 | 2D | 7C | 58 | 1D |
| Octal | 11 | 213 | 22 | 136 | 0 | 127 | 55 | 174 | 130 | 35 |
| Binary | 1001 | 10001011 | 10010 | 1011110 | 0 | 1010111 | 101101 | 1111100 | 1011000 | 11101 |
Color Harmonies of #098B12
Complementary color
Monochromatic Colors of #098B12
Black with #098B12
Text Example
Text Example
White with #098B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098B12; }
p { color: rgb(9,139,18); }
H1.HeaderClassName
{
color: #098B12;
}
.AnyTagClassName
{
color: #098B12;
}
</style>
background-color css
<style>
a { background-color: #098B12; }
a { background-color: rgb(9,139,18); }
div.DivClassName
{
background-color: #098B12;
}
.BgClassName
{
background-color: #098B12;
}
</style>
border-color css
<style>
span { border-color: #098B12; }
span { border-color: rgb(9,139,18); }
td.TdClassName
{
border-color: #098B12;
}
.TagClassName
{
border-color: #098B12;
}
</style>