Shades of Dark Spring Green #098A34
Tints of Dark Spring Green #098A34
RGB
CMYK
RGB Variations
Color information
#098A34 (or 0x098A34) is known color: Dark Spring Green. HEX triplet: 09, 8A and 34. RGB value is (9,138,52). Sum of RGB (Red+Green+Blue) = 9+138+52=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 138 (54.30% from 255 or 69.35% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 138 - color contains mainly: green. Hex color #098A34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098A34 is #F675CB. Grayscale: #595959. Windows color (decimal): -16152012 or 3443209. OLE color: 3443209.
HSL color Cylindrical-coordinate representation of color #098A34: hue angle of 140º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098A34 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 138 | 52 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.46 |
| HSL | 140º | 0.88% | 0.29% | - |
| HSV(B) | 140º | 0.93% | 0.54% | - |
| XYZ | 9.82 | 18.48 | 6.3 | - |
| YUV | 89.63 | 106.76 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 52 | 0.93 | 0 | 0.62 | 0.46 | 140 | 0.88 | 0.29 |
| Hex | 9 | 8A | 34 | 5D | 0 | 3E | 2E | 8C | 58 | 1D |
| Octal | 11 | 212 | 64 | 135 | 0 | 76 | 56 | 214 | 130 | 35 |
| Binary | 1001 | 10001010 | 110100 | 1011101 | 0 | 111110 | 101110 | 10001100 | 1011000 | 11101 |
Color Harmonies of #098A34
Complementary color
Monochromatic Colors of #098A34
Black with #098A34
Text Example
Text Example
White with #098A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098A34; }
p { color: rgb(9,138,52); }
H1.HeaderClassName
{
color: #098A34;
}
.AnyTagClassName
{
color: #098A34;
}
</style>
background-color css
<style>
a { background-color: #098A34; }
a { background-color: rgb(9,138,52); }
div.DivClassName
{
background-color: #098A34;
}
.BgClassName
{
background-color: #098A34;
}
</style>
border-color css
<style>
span { border-color: #098A34; }
span { border-color: rgb(9,138,52); }
td.TdClassName
{
border-color: #098A34;
}
.TagClassName
{
border-color: #098A34;
}
</style>