Shades of Green #098203
Tints of Green #098203
RGB
CMYK
RGB Variations
Color information
#098203 (or 0x098203) is known color: Green. HEX triplet: 09, 82 and 03. RGB value is (9,130,3). Sum of RGB (Red+Green+Blue) = 9+130+3=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 130 (51.17% from 255 or 91.55% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 130 - color contains mainly: green. Hex color #098203 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098203 is #F67DFC. Grayscale: #4F4F4F. Windows color (decimal): -16154109 or 229897. OLE color: 229897.
HSL color Cylindrical-coordinate representation of color #098203: hue angle of 117.17º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #098203 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 130 | 3 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.49 |
| HSL | 117.17º | 0.95% | 0.26% | - |
| HSV(B) | 117.17º | 0.98% | 0.51% | - |
| XYZ | 8.11 | 16.03 | 2.75 | - |
| YUV | 79.34 | 84.91 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 3 | 0.93 | 0 | 0.98 | 0.49 | 117.17 | 0.95 | 0.26 |
| Hex | 9 | 82 | 3 | 5D | 0 | 62 | 31 | 75 | 5F | 1A |
| Octal | 11 | 202 | 3 | 135 | 0 | 142 | 61 | 165 | 137 | 32 |
| Binary | 1001 | 10000010 | 11 | 1011101 | 0 | 1100010 | 110001 | 1110101 | 1011111 | 11010 |
Color Harmonies of #098203
Complementary color
Monochromatic Colors of #098203
Black with #098203
Text Example
Text Example
White with #098203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098203; }
p { color: rgb(9,130,3); }
H1.HeaderClassName
{
color: #098203;
}
.AnyTagClassName
{
color: #098203;
}
</style>
background-color css
<style>
a { background-color: #098203; }
a { background-color: rgb(9,130,3); }
div.DivClassName
{
background-color: #098203;
}
.BgClassName
{
background-color: #098203;
}
</style>
border-color css
<style>
span { border-color: #098203; }
span { border-color: rgb(9,130,3); }
td.TdClassName
{
border-color: #098203;
}
.TagClassName
{
border-color: #098203;
}
</style>