Shades of Green #098A0C
Tints of Green #098A0C
RGB
CMYK
RGB Variations
Color information
#098A0C (or 0x098A0C) is known color: Green. HEX triplet: 09, 8A and 0C. RGB value is (9,138,12). Sum of RGB (Red+Green+Blue) = 9+138+12=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 138 (54.30% from 255 or 86.79% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 138 - color contains mainly: green. Hex color #098A0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098A0C is #F675F3. Grayscale: #555555. Windows color (decimal): -16152052 or 821769. OLE color: 821769.
HSL color Cylindrical-coordinate representation of color #098A0C: hue angle of 121.4º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098A0C is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 138 | 12 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.46 |
| HSL | 121.4º | 0.88% | 0.29% | - |
| HSV(B) | 121.4º | 0.93% | 0.54% | - |
| XYZ | 9.27 | 18.26 | 3.38 | - |
| YUV | 85.07 | 86.76 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 12 | 0.93 | 0 | 0.91 | 0.46 | 121.4 | 0.88 | 0.29 |
| Hex | 9 | 8A | C | 5D | 0 | 5B | 2E | 79 | 58 | 1D |
| Octal | 11 | 212 | 14 | 135 | 0 | 133 | 56 | 171 | 130 | 35 |
| Binary | 1001 | 10001010 | 1100 | 1011101 | 0 | 1011011 | 101110 | 1111001 | 1011000 | 11101 |
Color Harmonies of #098A0C
Complementary color
Monochromatic Colors of #098A0C
Black with #098A0C
Text Example
Text Example
White with #098A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098A0C; }
p { color: rgb(9,138,12); }
H1.HeaderClassName
{
color: #098A0C;
}
.AnyTagClassName
{
color: #098A0C;
}
</style>
background-color css
<style>
a { background-color: #098A0C; }
a { background-color: rgb(9,138,12); }
div.DivClassName
{
background-color: #098A0C;
}
.BgClassName
{
background-color: #098A0C;
}
</style>
border-color css
<style>
span { border-color: #098A0C; }
span { border-color: rgb(9,138,12); }
td.TdClassName
{
border-color: #098A0C;
}
.TagClassName
{
border-color: #098A0C;
}
</style>