Shades of Green #098001
Tints of Green #098001
RGB
CMYK
RGB Variations
Color information
#098001 (or 0x098001) is known color: Green. HEX triplet: 09, 80 and 01. RGB value is (9,128,1). Sum of RGB (Red+Green+Blue) = 9+128+1=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 128 (50.39% from 255 or 92.75% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 128 - color contains mainly: green. Hex color #098001 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098001 is #F67FFE. Grayscale: #4E4E4E. Windows color (decimal): -16154623 or 98313. OLE color: 98313.
HSL color Cylindrical-coordinate representation of color #098001: hue angle of 116.22º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #098001 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 128 | 1 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.50 |
| HSL | 116.22º | 0.98% | 0.25% | - |
| HSV(B) | 116.22º | 0.99% | 0.5% | - |
| XYZ | 7.84 | 15.5 | 2.61 | - |
| YUV | 77.94 | 84.58 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 1 | 0.93 | 0 | 0.99 | 0.50 | 116.22 | 0.98 | 0.25 |
| Hex | 9 | 80 | 1 | 5D | 0 | 63 | 32 | 74 | 62 | 19 |
| Octal | 11 | 200 | 1 | 135 | 0 | 143 | 62 | 164 | 142 | 31 |
| Binary | 1001 | 10000000 | 1 | 1011101 | 0 | 1100011 | 110010 | 1110100 | 1100010 | 11001 |
Color Harmonies of #098001
Complementary color
Monochromatic Colors of #098001
Black with #098001
Text Example
Text Example
White with #098001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098001; }
p { color: rgb(9,128,1); }
H1.HeaderClassName
{
color: #098001;
}
.AnyTagClassName
{
color: #098001;
}
</style>
background-color css
<style>
a { background-color: #098001; }
a { background-color: rgb(9,128,1); }
div.DivClassName
{
background-color: #098001;
}
.BgClassName
{
background-color: #098001;
}
</style>
border-color css
<style>
span { border-color: #098001; }
span { border-color: rgb(9,128,1); }
td.TdClassName
{
border-color: #098001;
}
.TagClassName
{
border-color: #098001;
}
</style>