Shades of Green #097A01
Tints of Green #097A01
RGB
CMYK
RGB Variations
Color information
#097A01 (or 0x097A01) is known color: Green. HEX triplet: 09, 7A and 01. RGB value is (9,122,1). Sum of RGB (Red+Green+Blue) = 9+122+1=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 122 (48.05% from 255 or 92.42% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 122 - color contains mainly: green. Hex color #097A01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097A01 is #F685FE. Grayscale: #4A4A4A. Windows color (decimal): -16156159 or 96777. OLE color: 96777.
HSL color Cylindrical-coordinate representation of color #097A01: hue angle of 116.03º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #097A01 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 122 | 1 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.52 |
| HSL | 116.03º | 0.98% | 0.24% | - |
| HSV(B) | 116.03º | 0.99% | 0.48% | - |
| XYZ | 7.08 | 13.98 | 2.35 | - |
| YUV | 74.42 | 86.56 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 1 | 0.93 | 0 | 0.99 | 0.52 | 116.03 | 0.98 | 0.24 |
| Hex | 9 | 7A | 1 | 5D | 0 | 63 | 34 | 74 | 62 | 18 |
| Octal | 11 | 172 | 1 | 135 | 0 | 143 | 64 | 164 | 142 | 30 |
| Binary | 1001 | 1111010 | 1 | 1011101 | 0 | 1100011 | 110100 | 1110100 | 1100010 | 11000 |
Color Harmonies of #097A01
Complementary color
Monochromatic Colors of #097A01
Black with #097A01
Text Example
Text Example
White with #097A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097A01; }
p { color: rgb(9,122,1); }
H1.HeaderClassName
{
color: #097A01;
}
.AnyTagClassName
{
color: #097A01;
}
</style>
background-color css
<style>
a { background-color: #097A01; }
a { background-color: rgb(9,122,1); }
div.DivClassName
{
background-color: #097A01;
}
.BgClassName
{
background-color: #097A01;
}
</style>
border-color css
<style>
span { border-color: #097A01; }
span { border-color: rgb(9,122,1); }
td.TdClassName
{
border-color: #097A01;
}
.TagClassName
{
border-color: #097A01;
}
</style>