Shades of Green #098C0C
Tints of Green #098C0C
RGB
CMYK
RGB Variations
Color information
#098C0C (or 0x098C0C) is known color: Green. HEX triplet: 09, 8C and 0C. RGB value is (9,140,12). Sum of RGB (Red+Green+Blue) = 9+140+12=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 140 (55.08% from 255 or 86.96% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 140 - color contains mainly: green. Hex color #098C0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098C0C is #F673F3. Grayscale: #565656. Windows color (decimal): -16151540 or 822281. OLE color: 822281.
HSL color Cylindrical-coordinate representation of color #098C0C: hue angle of 121.37º 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 #098C0C is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 140 | 12 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.45 |
| HSL | 121.37º | 0.88% | 0.29% | - |
| HSV(B) | 121.37º | 0.94% | 0.55% | - |
| XYZ | 9.56 | 18.84 | 3.48 | - |
| YUV | 86.24 | 86.1 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 12 | 0.94 | 0 | 0.91 | 0.45 | 121.37 | 0.88 | 0.29 |
| Hex | 9 | 8C | C | 5E | 0 | 5B | 2D | 79 | 58 | 1D |
| Octal | 11 | 214 | 14 | 136 | 0 | 133 | 55 | 171 | 130 | 35 |
| Binary | 1001 | 10001100 | 1100 | 1011110 | 0 | 1011011 | 101101 | 1111001 | 1011000 | 11101 |
Color Harmonies of #098C0C
Complementary color
Monochromatic Colors of #098C0C
Black with #098C0C
Text Example
Text Example
White with #098C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098C0C; }
p { color: rgb(9,140,12); }
H1.HeaderClassName
{
color: #098C0C;
}
.AnyTagClassName
{
color: #098C0C;
}
</style>
background-color css
<style>
a { background-color: #098C0C; }
a { background-color: rgb(9,140,12); }
div.DivClassName
{
background-color: #098C0C;
}
.BgClassName
{
background-color: #098C0C;
}
</style>
border-color css
<style>
span { border-color: #098C0C; }
span { border-color: rgb(9,140,12); }
td.TdClassName
{
border-color: #098C0C;
}
.TagClassName
{
border-color: #098C0C;
}
</style>