Shades of Dark Spring Green #10873A
Tints of Dark Spring Green #10873A
RGB
CMYK
RGB Variations
Color information
#10873A (or 0x10873A) is known color: Dark Spring Green. HEX triplet: 10, 87 and 3A. RGB value is (16,135,58). Sum of RGB (Red+Green+Blue) = 16+135+58=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 135 (53.12% from 255 or 64.59% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 135 - color contains mainly: green. Hex color #10873A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10873A is #EF78C5. Grayscale: #5A5A5A. Windows color (decimal): -15694022 or 3835664. OLE color: 3835664.
HSL color Cylindrical-coordinate representation of color #10873A: hue angle of 141.18º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10873A is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 135 | 58 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.47 |
| HSL | 141.18º | 0.79% | 0.3% | - |
| HSV(B) | 141.18º | 0.88% | 0.53% | - |
| XYZ | 9.64 | 17.74 | 6.92 | - |
| YUV | 90.64 | 109.58 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 58 | 0.88 | 0 | 0.57 | 0.47 | 141.18 | 0.79 | 0.3 |
| Hex | 10 | 87 | 3A | 58 | 0 | 39 | 2F | 8D | 4F | 1E |
| Octal | 20 | 207 | 72 | 130 | 0 | 71 | 57 | 215 | 117 | 36 |
| Binary | 10000 | 10000111 | 111010 | 1011000 | 0 | 111001 | 101111 | 10001101 | 1001111 | 11110 |
Color Harmonies of #10873A
Complementary color
Monochromatic Colors of #10873A
Black with #10873A
Text Example
Text Example
White with #10873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10873A; }
p { color: rgb(16,135,58); }
H1.HeaderClassName
{
color: #10873A;
}
.AnyTagClassName
{
color: #10873A;
}
</style>
background-color css
<style>
a { background-color: #10873A; }
a { background-color: rgb(16,135,58); }
div.DivClassName
{
background-color: #10873A;
}
.BgClassName
{
background-color: #10873A;
}
</style>
border-color css
<style>
span { border-color: #10873A; }
span { border-color: rgb(16,135,58); }
td.TdClassName
{
border-color: #10873A;
}
.TagClassName
{
border-color: #10873A;
}
</style>