Shades of Green #098401
Tints of Green #098401
RGB
CMYK
RGB Variations
Color information
#098401 (or 0x098401) is known color: Green. HEX triplet: 09, 84 and 01. RGB value is (9,132,1). Sum of RGB (Red+Green+Blue) = 9+132+1=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 132 (51.95% from 255 or 92.96% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 132 - color contains mainly: green. Hex color #098401 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098401 is #F67BFE. Grayscale: #505050. Windows color (decimal): -16153599 or 99337. OLE color: 99337.
HSL color Cylindrical-coordinate representation of color #098401: hue angle of 116.34º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #098401 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 132 | 1 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.48 |
| HSL | 116.34º | 0.98% | 0.26% | - |
| HSV(B) | 116.34º | 0.99% | 0.52% | - |
| XYZ | 8.37 | 16.56 | 2.78 | - |
| YUV | 80.29 | 83.25 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 1 | 0.93 | 0 | 0.99 | 0.48 | 116.34 | 0.98 | 0.26 |
| Hex | 9 | 84 | 1 | 5D | 0 | 63 | 30 | 74 | 62 | 1A |
| Octal | 11 | 204 | 1 | 135 | 0 | 143 | 60 | 164 | 142 | 32 |
| Binary | 1001 | 10000100 | 1 | 1011101 | 0 | 1100011 | 110000 | 1110100 | 1100010 | 11010 |
Color Harmonies of #098401
Complementary color
Monochromatic Colors of #098401
Black with #098401
Text Example
Text Example
White with #098401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098401; }
p { color: rgb(9,132,1); }
H1.HeaderClassName
{
color: #098401;
}
.AnyTagClassName
{
color: #098401;
}
</style>
background-color css
<style>
a { background-color: #098401; }
a { background-color: rgb(9,132,1); }
div.DivClassName
{
background-color: #098401;
}
.BgClassName
{
background-color: #098401;
}
</style>
border-color css
<style>
span { border-color: #098401; }
span { border-color: rgb(9,132,1); }
td.TdClassName
{
border-color: #098401;
}
.TagClassName
{
border-color: #098401;
}
</style>