Shades of Dark Spring Green #098040
Tints of Dark Spring Green #098040
RGB
CMYK
RGB Variations
Color information
#098040 (or 0x098040) is known color: Dark Spring Green. HEX triplet: 09, 80 and 40. RGB value is (9,128,64). Sum of RGB (Red+Green+Blue) = 9+128+64=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 128 (50.39% from 255 or 63.68% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 128 - color contains mainly: green. Hex color #098040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098040 is #F67FBF. Grayscale: #555555. Windows color (decimal): -16154560 or 4227081. OLE color: 4227081.
HSL color Cylindrical-coordinate representation of color #098040: hue angle of 147.73º 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 #098040 is Cyan = 0.93, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 128 | 64 | - |
| CMYK | 0.93 | 0 | 0.5 | 0.50 |
| HSL | 147.73º | 0.87% | 0.27% | - |
| HSV(B) | 147.73º | 0.93% | 0.5% | - |
| XYZ | 8.76 | 15.87 | 7.45 | - |
| YUV | 85.12 | 116.08 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 64 | 0.93 | 0 | 0.5 | 0.50 | 147.73 | 0.87 | 0.27 |
| Hex | 9 | 80 | 40 | 5D | 0 | 32 | 32 | 94 | 57 | 1B |
| Octal | 11 | 200 | 100 | 135 | 0 | 62 | 62 | 224 | 127 | 33 |
| Binary | 1001 | 10000000 | 1000000 | 1011101 | 0 | 110010 | 110010 | 10010100 | 1010111 | 11011 |
Color Harmonies of #098040
Complementary color
Monochromatic Colors of #098040
Black with #098040
Text Example
Text Example
White with #098040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098040; }
p { color: rgb(9,128,64); }
H1.HeaderClassName
{
color: #098040;
}
.AnyTagClassName
{
color: #098040;
}
</style>
background-color css
<style>
a { background-color: #098040; }
a { background-color: rgb(9,128,64); }
div.DivClassName
{
background-color: #098040;
}
.BgClassName
{
background-color: #098040;
}
</style>
border-color css
<style>
span { border-color: #098040; }
span { border-color: rgb(9,128,64); }
td.TdClassName
{
border-color: #098040;
}
.TagClassName
{
border-color: #098040;
}
</style>