Shades of Dark Spring Green #098A32
Tints of Dark Spring Green #098A32
RGB
CMYK
RGB Variations
Color information
#098A32 (or 0x098A32) is known color: Dark Spring Green. HEX triplet: 09, 8A and 32. RGB value is (9,138,50). Sum of RGB (Red+Green+Blue) = 9+138+50=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #098A32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098A32 is #F675CD. Grayscale: #595959. Windows color (decimal): -16152014 or 3312137. OLE color: 3312137.
HSL color Cylindrical-coordinate representation of color #098A32: hue angle of 139.07º 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 #098A32 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 138 | 50 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.46 |
| HSL | 139.07º | 0.88% | 0.29% | - |
| HSV(B) | 139.07º | 0.93% | 0.54% | - |
| XYZ | 9.78 | 18.47 | 6.07 | - |
| YUV | 89.4 | 105.76 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 50 | 0.93 | 0 | 0.64 | 0.46 | 139.07 | 0.88 | 0.29 |
| Hex | 9 | 8A | 32 | 5D | 0 | 40 | 2E | 8B | 58 | 1D |
| Octal | 11 | 212 | 62 | 135 | 0 | 100 | 56 | 213 | 130 | 35 |
| Binary | 1001 | 10001010 | 110010 | 1011101 | 0 | 1000000 | 101110 | 10001011 | 1011000 | 11101 |
Color Harmonies of #098A32
Complementary color
Monochromatic Colors of #098A32
Black with #098A32
Text Example
Text Example
White with #098A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098A32; }
p { color: rgb(9,138,50); }
H1.HeaderClassName
{
color: #098A32;
}
.AnyTagClassName
{
color: #098A32;
}
</style>
background-color css
<style>
a { background-color: #098A32; }
a { background-color: rgb(9,138,50); }
div.DivClassName
{
background-color: #098A32;
}
.BgClassName
{
background-color: #098A32;
}
</style>
border-color css
<style>
span { border-color: #098A32; }
span { border-color: rgb(9,138,50); }
td.TdClassName
{
border-color: #098A32;
}
.TagClassName
{
border-color: #098A32;
}
</style>