Shades of Dark Spring Green #127540
Tints of Dark Spring Green #127540
RGB
CMYK
RGB Variations
Color information
#127540 (or 0x127540) is known color: Dark Spring Green. HEX triplet: 12, 75 and 40. RGB value is (18,117,64). Sum of RGB (Red+Green+Blue) = 18+117+64=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #127540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127540 is #ED8ABF. Grayscale: #515151. Windows color (decimal): -15567552 or 4224274. OLE color: 4224274.
HSL color Cylindrical-coordinate representation of color #127540: hue angle of 147.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127540 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 64 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.54 |
| HSL | 147.88º | 0.73% | 0.26% | - |
| HSV(B) | 147.88º | 0.85% | 0.46% | - |
| XYZ | 7.54 | 13.22 | 7.01 | - |
| YUV | 81.36 | 118.2 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 64 | 0.85 | 0 | 0.45 | 0.54 | 147.88 | 0.73 | 0.26 |
| Hex | 12 | 75 | 40 | 55 | 0 | 2D | 36 | 94 | 49 | 1A |
| Octal | 22 | 165 | 100 | 125 | 0 | 55 | 66 | 224 | 111 | 32 |
| Binary | 10010 | 1110101 | 1000000 | 1010101 | 0 | 101101 | 110110 | 10010100 | 1001001 | 11010 |
Color Harmonies of #127540
Complementary color
Monochromatic Colors of #127540
Black with #127540
Text Example
Text Example
White with #127540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127540; }
p { color: rgb(18,117,64); }
H1.HeaderClassName
{
color: #127540;
}
.AnyTagClassName
{
color: #127540;
}
</style>
background-color css
<style>
a { background-color: #127540; }
a { background-color: rgb(18,117,64); }
div.DivClassName
{
background-color: #127540;
}
.BgClassName
{
background-color: #127540;
}
</style>
border-color css
<style>
span { border-color: #127540; }
span { border-color: rgb(18,117,64); }
td.TdClassName
{
border-color: #127540;
}
.TagClassName
{
border-color: #127540;
}
</style>