Shades of Dark Spring Green #097C42
Tints of Dark Spring Green #097C42
RGB
CMYK
RGB Variations
Color information
#097C42 (or 0x097C42) is known color: Dark Spring Green. HEX triplet: 09, 7C and 42. RGB value is (9,124,66). Sum of RGB (Red+Green+Blue) = 9+124+66=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 124 (48.83% from 255 or 62.31% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 124 - color contains mainly: green. Hex color #097C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097C42 is #F683BD. Grayscale: #535353. Windows color (decimal): -16155582 or 4357129. OLE color: 4357129.
HSL color Cylindrical-coordinate representation of color #097C42: hue angle of 149.74º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097C42 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 124 | 66 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.51 |
| HSL | 149.74º | 0.86% | 0.26% | - |
| HSV(B) | 149.74º | 0.93% | 0.49% | - |
| XYZ | 8.3 | 14.87 | 7.59 | - |
| YUV | 83 | 118.4 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 66 | 0.93 | 0 | 0.47 | 0.51 | 149.74 | 0.86 | 0.26 |
| Hex | 9 | 7C | 42 | 5D | 0 | 2F | 33 | 96 | 56 | 1A |
| Octal | 11 | 174 | 102 | 135 | 0 | 57 | 63 | 226 | 126 | 32 |
| Binary | 1001 | 1111100 | 1000010 | 1011101 | 0 | 101111 | 110011 | 10010110 | 1010110 | 11010 |
Color Harmonies of #097C42
Complementary color
Monochromatic Colors of #097C42
Black with #097C42
Text Example
Text Example
White with #097C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097C42; }
p { color: rgb(9,124,66); }
H1.HeaderClassName
{
color: #097C42;
}
.AnyTagClassName
{
color: #097C42;
}
</style>
background-color css
<style>
a { background-color: #097C42; }
a { background-color: rgb(9,124,66); }
div.DivClassName
{
background-color: #097C42;
}
.BgClassName
{
background-color: #097C42;
}
</style>
border-color css
<style>
span { border-color: #097C42; }
span { border-color: rgb(9,124,66); }
td.TdClassName
{
border-color: #097C42;
}
.TagClassName
{
border-color: #097C42;
}
</style>