Shades of Green #097C02
Tints of Green #097C02
RGB
CMYK
RGB Variations
Color information
#097C02 (or 0x097C02) is known color: Green. HEX triplet: 09, 7C and 02. RGB value is (9,124,2). Sum of RGB (Red+Green+Blue) = 9+124+2=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 124 (48.83% from 255 or 91.85% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 124 - color contains mainly: green. Hex color #097C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097C02 is #F683FD. Grayscale: #4C4C4C. Windows color (decimal): -16155646 or 162825. OLE color: 162825.
HSL color Cylindrical-coordinate representation of color #097C02: hue angle of 116.56º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #097C02 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 124 | 2 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.51 |
| HSL | 116.56º | 0.97% | 0.25% | - |
| HSV(B) | 116.56º | 0.98% | 0.49% | - |
| XYZ | 7.33 | 14.48 | 2.47 | - |
| YUV | 75.71 | 86.4 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 2 | 0.93 | 0 | 0.98 | 0.51 | 116.56 | 0.97 | 0.25 |
| Hex | 9 | 7C | 2 | 5D | 0 | 62 | 33 | 75 | 61 | 19 |
| Octal | 11 | 174 | 2 | 135 | 0 | 142 | 63 | 165 | 141 | 31 |
| Binary | 1001 | 1111100 | 10 | 1011101 | 0 | 1100010 | 110011 | 1110101 | 1100001 | 11001 |
Color Harmonies of #097C02
Complementary color
Monochromatic Colors of #097C02
Black with #097C02
Text Example
Text Example
White with #097C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097C02; }
p { color: rgb(9,124,2); }
H1.HeaderClassName
{
color: #097C02;
}
.AnyTagClassName
{
color: #097C02;
}
</style>
background-color css
<style>
a { background-color: #097C02; }
a { background-color: rgb(9,124,2); }
div.DivClassName
{
background-color: #097C02;
}
.BgClassName
{
background-color: #097C02;
}
</style>
border-color css
<style>
span { border-color: #097C02; }
span { border-color: rgb(9,124,2); }
td.TdClassName
{
border-color: #097C02;
}
.TagClassName
{
border-color: #097C02;
}
</style>