Shades of Green #09800F
Tints of Green #09800F
RGB
CMYK
RGB Variations
Color information
#09800F (or 0x09800F) is known color: Green. HEX triplet: 09, 80 and 0F. RGB value is (9,128,15). Sum of RGB (Red+Green+Blue) = 9+128+15=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 128 (50.39% from 255 or 84.21% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 128 - color contains mainly: green. Hex color #09800F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09800F is #F67FF0. Grayscale: #4F4F4F. Windows color (decimal): -16154609 or 1015817. OLE color: 1015817.
HSL color Cylindrical-coordinate representation of color #09800F: hue angle of 123.03º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09800F is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 128 | 15 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.50 |
| HSL | 123.03º | 0.87% | 0.27% | - |
| HSV(B) | 123.03º | 0.93% | 0.5% | - |
| XYZ | 7.92 | 15.53 | 3.03 | - |
| YUV | 79.54 | 91.58 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 15 | 0.93 | 0 | 0.88 | 0.50 | 123.03 | 0.87 | 0.27 |
| Hex | 9 | 80 | F | 5D | 0 | 58 | 32 | 7B | 57 | 1B |
| Octal | 11 | 200 | 17 | 135 | 0 | 130 | 62 | 173 | 127 | 33 |
| Binary | 1001 | 10000000 | 1111 | 1011101 | 0 | 1011000 | 110010 | 1111011 | 1010111 | 11011 |
Color Harmonies of #09800F
Complementary color
Monochromatic Colors of #09800F
Black with #09800F
Text Example
Text Example
White with #09800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09800F; }
p { color: rgb(9,128,15); }
H1.HeaderClassName
{
color: #09800F;
}
.AnyTagClassName
{
color: #09800F;
}
</style>
background-color css
<style>
a { background-color: #09800F; }
a { background-color: rgb(9,128,15); }
div.DivClassName
{
background-color: #09800F;
}
.BgClassName
{
background-color: #09800F;
}
</style>
border-color css
<style>
span { border-color: #09800F; }
span { border-color: rgb(9,128,15); }
td.TdClassName
{
border-color: #09800F;
}
.TagClassName
{
border-color: #09800F;
}
</style>