Shades of Dark Spring Green #16863A
Tints of Dark Spring Green #16863A
RGB
CMYK
RGB Variations
Color information
#16863A (or 0x16863A) is known color: Dark Spring Green. HEX triplet: 16, 86 and 3A. RGB value is (22,134,58). Sum of RGB (Red+Green+Blue) = 22+134+58=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 134 (52.73% from 255 or 62.62% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 134 - color contains mainly: green. Hex color #16863A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16863A is #E979C5. Grayscale: #5C5C5C. Windows color (decimal): -15301062 or 3835414. OLE color: 3835414.
HSL color Cylindrical-coordinate representation of color #16863A: hue angle of 139.29º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16863A is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 134 | 58 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.47 |
| HSL | 139.29º | 0.72% | 0.31% | - |
| HSV(B) | 139.29º | 0.84% | 0.53% | - |
| XYZ | 9.62 | 17.53 | 6.88 | - |
| YUV | 91.85 | 108.89 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 58 | 0.84 | 0 | 0.57 | 0.47 | 139.29 | 0.72 | 0.31 |
| Hex | 16 | 86 | 3A | 54 | 0 | 39 | 2F | 8B | 48 | 1F |
| Octal | 26 | 206 | 72 | 124 | 0 | 71 | 57 | 213 | 110 | 37 |
| Binary | 10110 | 10000110 | 111010 | 1010100 | 0 | 111001 | 101111 | 10001011 | 1001000 | 11111 |
Color Harmonies of #16863A
Complementary color
Monochromatic Colors of #16863A
Black with #16863A
Text Example
Text Example
White with #16863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16863A; }
p { color: rgb(22,134,58); }
H1.HeaderClassName
{
color: #16863A;
}
.AnyTagClassName
{
color: #16863A;
}
</style>
background-color css
<style>
a { background-color: #16863A; }
a { background-color: rgb(22,134,58); }
div.DivClassName
{
background-color: #16863A;
}
.BgClassName
{
background-color: #16863A;
}
</style>
border-color css
<style>
span { border-color: #16863A; }
span { border-color: rgb(22,134,58); }
td.TdClassName
{
border-color: #16863A;
}
.TagClassName
{
border-color: #16863A;
}
</style>