Shades of Green #097D12
Tints of Green #097D12
RGB
CMYK
RGB Variations
Color information
#097D12 (or 0x097D12) is known color: Green. HEX triplet: 09, 7D and 12. RGB value is (9,125,18). Sum of RGB (Red+Green+Blue) = 9+125+18=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 125 (49.22% from 255 or 82.24% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 125 - color contains mainly: green. Hex color #097D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097D12 is #F682ED. Grayscale: #4E4E4E. Windows color (decimal): -16155374 or 1211657. OLE color: 1211657.
HSL color Cylindrical-coordinate representation of color #097D12: hue angle of 124.66º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097D12 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 125 | 18 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.51 |
| HSL | 124.66º | 0.87% | 0.26% | - |
| HSV(B) | 124.66º | 0.93% | 0.49% | - |
| XYZ | 7.56 | 14.77 | 3.02 | - |
| YUV | 78.12 | 94.07 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 18 | 0.93 | 0 | 0.86 | 0.51 | 124.66 | 0.87 | 0.26 |
| Hex | 9 | 7D | 12 | 5D | 0 | 56 | 33 | 7D | 57 | 1A |
| Octal | 11 | 175 | 22 | 135 | 0 | 126 | 63 | 175 | 127 | 32 |
| Binary | 1001 | 1111101 | 10010 | 1011101 | 0 | 1010110 | 110011 | 1111101 | 1010111 | 11010 |
Color Harmonies of #097D12
Complementary color
Monochromatic Colors of #097D12
Black with #097D12
Text Example
Text Example
White with #097D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097D12; }
p { color: rgb(9,125,18); }
H1.HeaderClassName
{
color: #097D12;
}
.AnyTagClassName
{
color: #097D12;
}
</style>
background-color css
<style>
a { background-color: #097D12; }
a { background-color: rgb(9,125,18); }
div.DivClassName
{
background-color: #097D12;
}
.BgClassName
{
background-color: #097D12;
}
</style>
border-color css
<style>
span { border-color: #097D12; }
span { border-color: rgb(9,125,18); }
td.TdClassName
{
border-color: #097D12;
}
.TagClassName
{
border-color: #097D12;
}
</style>