Shades of Dark Spring Green #127543
Tints of Dark Spring Green #127543
RGB
CMYK
RGB Variations
Color information
#127543 (or 0x127543) is known color: Dark Spring Green. HEX triplet: 12, 75 and 43. RGB value is (18,117,67). Sum of RGB (Red+Green+Blue) = 18+117+67=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #127543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127543 is #ED8ABC. Grayscale: #515151. Windows color (decimal): -15567549 or 4420882. OLE color: 4420882.
HSL color Cylindrical-coordinate representation of color #127543: hue angle of 149.7º 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 #127543 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 67 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.54 |
| HSL | 149.7º | 0.73% | 0.26% | - |
| HSV(B) | 149.7º | 0.85% | 0.46% | - |
| XYZ | 7.62 | 13.26 | 7.47 | - |
| YUV | 81.7 | 119.7 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 67 | 0.85 | 0 | 0.43 | 0.54 | 149.7 | 0.73 | 0.26 |
| Hex | 12 | 75 | 43 | 55 | 0 | 2B | 36 | 96 | 49 | 1A |
| Octal | 22 | 165 | 103 | 125 | 0 | 53 | 66 | 226 | 111 | 32 |
| Binary | 10010 | 1110101 | 1000011 | 1010101 | 0 | 101011 | 110110 | 10010110 | 1001001 | 11010 |
Color Harmonies of #127543
Complementary color
Monochromatic Colors of #127543
Black with #127543
Text Example
Text Example
White with #127543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127543; }
p { color: rgb(18,117,67); }
H1.HeaderClassName
{
color: #127543;
}
.AnyTagClassName
{
color: #127543;
}
</style>
background-color css
<style>
a { background-color: #127543; }
a { background-color: rgb(18,117,67); }
div.DivClassName
{
background-color: #127543;
}
.BgClassName
{
background-color: #127543;
}
</style>
border-color css
<style>
span { border-color: #127543; }
span { border-color: rgb(18,117,67); }
td.TdClassName
{
border-color: #127543;
}
.TagClassName
{
border-color: #127543;
}
</style>