Shades of Green #097C01
Tints of Green #097C01
RGB
CMYK
RGB Variations
Color information
#097C01 (or 0x097C01) is known color: Green. HEX triplet: 09, 7C and 01. RGB value is (9,124,1). Sum of RGB (Red+Green+Blue) = 9+124+1=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 124 (48.83% from 255 or 92.54% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 124 - color contains mainly: green. Hex color #097C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097C01 is #F683FE. Grayscale: #4B4B4B. Windows color (decimal): -16155647 or 97289. OLE color: 97289.
HSL color Cylindrical-coordinate representation of color #097C01: hue angle of 116.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #097C01 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 124 | 1 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.51 |
| HSL | 116.1º | 0.98% | 0.25% | - |
| HSV(B) | 116.1º | 0.99% | 0.49% | - |
| XYZ | 7.33 | 14.48 | 2.44 | - |
| YUV | 75.59 | 85.9 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 1 | 0.93 | 0 | 0.99 | 0.51 | 116.1 | 0.98 | 0.25 |
| Hex | 9 | 7C | 1 | 5D | 0 | 63 | 33 | 74 | 62 | 19 |
| Octal | 11 | 174 | 1 | 135 | 0 | 143 | 63 | 164 | 142 | 31 |
| Binary | 1001 | 1111100 | 1 | 1011101 | 0 | 1100011 | 110011 | 1110100 | 1100010 | 11001 |
Color Harmonies of #097C01
Complementary color
Monochromatic Colors of #097C01
Black with #097C01
Text Example
Text Example
White with #097C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097C01; }
p { color: rgb(9,124,1); }
H1.HeaderClassName
{
color: #097C01;
}
.AnyTagClassName
{
color: #097C01;
}
</style>
background-color css
<style>
a { background-color: #097C01; }
a { background-color: rgb(9,124,1); }
div.DivClassName
{
background-color: #097C01;
}
.BgClassName
{
background-color: #097C01;
}
</style>
border-color css
<style>
span { border-color: #097C01; }
span { border-color: rgb(9,124,1); }
td.TdClassName
{
border-color: #097C01;
}
.TagClassName
{
border-color: #097C01;
}
</style>