Shades of Dark Spring Green #098A35
Tints of Dark Spring Green #098A35
RGB
CMYK
RGB Variations
Color information
#098A35 (or 0x098A35) is known color: Dark Spring Green. HEX triplet: 09, 8A and 35. RGB value is (9,138,53). Sum of RGB (Red+Green+Blue) = 9+138+53=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 138 (54.30% from 255 or 69% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 138 - color contains mainly: green. Hex color #098A35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098A35 is #F675CA. Grayscale: #595959. Windows color (decimal): -16152011 or 3508745. OLE color: 3508745.
HSL color Cylindrical-coordinate representation of color #098A35: hue angle of 140.47º 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 #098A35 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 138 | 53 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.46 |
| HSL | 140.47º | 0.88% | 0.29% | - |
| HSV(B) | 140.47º | 0.93% | 0.54% | - |
| XYZ | 9.84 | 18.49 | 6.42 | - |
| YUV | 89.74 | 107.26 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 53 | 0.93 | 0 | 0.62 | 0.46 | 140.47 | 0.88 | 0.29 |
| Hex | 9 | 8A | 35 | 5D | 0 | 3E | 2E | 8C | 58 | 1D |
| Octal | 11 | 212 | 65 | 135 | 0 | 76 | 56 | 214 | 130 | 35 |
| Binary | 1001 | 10001010 | 110101 | 1011101 | 0 | 111110 | 101110 | 10001100 | 1011000 | 11101 |
Color Harmonies of #098A35
Complementary color
Monochromatic Colors of #098A35
Black with #098A35
Text Example
Text Example
White with #098A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098A35; }
p { color: rgb(9,138,53); }
H1.HeaderClassName
{
color: #098A35;
}
.AnyTagClassName
{
color: #098A35;
}
</style>
background-color css
<style>
a { background-color: #098A35; }
a { background-color: rgb(9,138,53); }
div.DivClassName
{
background-color: #098A35;
}
.BgClassName
{
background-color: #098A35;
}
</style>
border-color css
<style>
span { border-color: #098A35; }
span { border-color: rgb(9,138,53); }
td.TdClassName
{
border-color: #098A35;
}
.TagClassName
{
border-color: #098A35;
}
</style>