Shades of Dark Spring Green #108934
Tints of Dark Spring Green #108934
RGB
CMYK
RGB Variations
Color information
#108934 (or 0x108934) is known color: Dark Spring Green. HEX triplet: 10, 89 and 34. RGB value is (16,137,52). Sum of RGB (Red+Green+Blue) = 16+137+52=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 137 (53.91% from 255 or 66.83% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 137 - color contains mainly: green. Hex color #108934 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108934 is #EF76CB. Grayscale: #5B5B5B. Windows color (decimal): -15693516 or 3442960. OLE color: 3442960.
HSL color Cylindrical-coordinate representation of color #108934: hue angle of 137.85º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108934 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 137 | 52 | - |
| CMYK | 0.88 | 0 | 0.62 | 0.46 |
| HSL | 137.85º | 0.79% | 0.3% | - |
| HSV(B) | 137.85º | 0.88% | 0.54% | - |
| XYZ | 9.78 | 18.25 | 6.26 | - |
| YUV | 91.13 | 105.91 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 137 | 52 | 0.88 | 0 | 0.62 | 0.46 | 137.85 | 0.79 | 0.3 |
| Hex | 10 | 89 | 34 | 58 | 0 | 3E | 2E | 8A | 4F | 1E |
| Octal | 20 | 211 | 64 | 130 | 0 | 76 | 56 | 212 | 117 | 36 |
| Binary | 10000 | 10001001 | 110100 | 1011000 | 0 | 111110 | 101110 | 10001010 | 1001111 | 11110 |
Color Harmonies of #108934
Complementary color
Monochromatic Colors of #108934
Black with #108934
Text Example
Text Example
White with #108934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108934; }
p { color: rgb(16,137,52); }
H1.HeaderClassName
{
color: #108934;
}
.AnyTagClassName
{
color: #108934;
}
</style>
background-color css
<style>
a { background-color: #108934; }
a { background-color: rgb(16,137,52); }
div.DivClassName
{
background-color: #108934;
}
.BgClassName
{
background-color: #108934;
}
</style>
border-color css
<style>
span { border-color: #108934; }
span { border-color: rgb(16,137,52); }
td.TdClassName
{
border-color: #108934;
}
.TagClassName
{
border-color: #108934;
}
</style>