Shades of Green #098003
Tints of Green #098003
RGB
CMYK
RGB Variations
Color information
#098003 (or 0x098003) is known color: Green. HEX triplet: 09, 80 and 03. RGB value is (9,128,3). Sum of RGB (Red+Green+Blue) = 9+128+3=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 128 (50.39% from 255 or 91.43% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 128 - color contains mainly: green. Hex color #098003 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098003 is #F67FFC. Grayscale: #4E4E4E. Windows color (decimal): -16154621 or 229385. OLE color: 229385.
HSL color Cylindrical-coordinate representation of color #098003: hue angle of 117.12º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #098003 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 128 | 3 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.50 |
| HSL | 117.12º | 0.95% | 0.26% | - |
| HSV(B) | 117.12º | 0.98% | 0.5% | - |
| XYZ | 7.85 | 15.5 | 2.66 | - |
| YUV | 78.17 | 85.58 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 3 | 0.93 | 0 | 0.98 | 0.50 | 117.12 | 0.95 | 0.26 |
| Hex | 9 | 80 | 3 | 5D | 0 | 62 | 32 | 75 | 5F | 1A |
| Octal | 11 | 200 | 3 | 135 | 0 | 142 | 62 | 165 | 137 | 32 |
| Binary | 1001 | 10000000 | 11 | 1011101 | 0 | 1100010 | 110010 | 1110101 | 1011111 | 11010 |
Color Harmonies of #098003
Complementary color
Monochromatic Colors of #098003
Black with #098003
Text Example
Text Example
White with #098003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098003; }
p { color: rgb(9,128,3); }
H1.HeaderClassName
{
color: #098003;
}
.AnyTagClassName
{
color: #098003;
}
</style>
background-color css
<style>
a { background-color: #098003; }
a { background-color: rgb(9,128,3); }
div.DivClassName
{
background-color: #098003;
}
.BgClassName
{
background-color: #098003;
}
</style>
border-color css
<style>
span { border-color: #098003; }
span { border-color: rgb(9,128,3); }
td.TdClassName
{
border-color: #098003;
}
.TagClassName
{
border-color: #098003;
}
</style>