Shades of Dark Spring Green #127246
Tints of Dark Spring Green #127246
RGB
CMYK
RGB Variations
Color information
#127246 (or 0x127246) is known color: Dark Spring Green. HEX triplet: 12, 72 and 46. RGB value is (18,114,70). Sum of RGB (Red+Green+Blue) = 18+114+70=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #127246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127246 is #ED8DB9. Grayscale: #505050. Windows color (decimal): -15568314 or 4616722. OLE color: 4616722.
HSL color Cylindrical-coordinate representation of color #127246: hue angle of 152.5º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127246 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 114 | 70 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.55 |
| HSL | 152.5º | 0.73% | 0.26% | - |
| HSV(B) | 152.5º | 0.84% | 0.45% | - |
| XYZ | 7.37 | 12.61 | 7.84 | - |
| YUV | 80.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 70 | 0.84 | 0 | 0.39 | 0.55 | 152.5 | 0.73 | 0.26 |
| Hex | 12 | 72 | 46 | 54 | 0 | 27 | 37 | 98 | 49 | 1A |
| Octal | 22 | 162 | 106 | 124 | 0 | 47 | 67 | 230 | 111 | 32 |
| Binary | 10010 | 1110010 | 1000110 | 1010100 | 0 | 100111 | 110111 | 10011000 | 1001001 | 11010 |
Color Harmonies of #127246
Complementary color
Monochromatic Colors of #127246
Black with #127246
Text Example
Text Example
White with #127246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127246; }
p { color: rgb(18,114,70); }
H1.HeaderClassName
{
color: #127246;
}
.AnyTagClassName
{
color: #127246;
}
</style>
background-color css
<style>
a { background-color: #127246; }
a { background-color: rgb(18,114,70); }
div.DivClassName
{
background-color: #127246;
}
.BgClassName
{
background-color: #127246;
}
</style>
border-color css
<style>
span { border-color: #127246; }
span { border-color: rgb(18,114,70); }
td.TdClassName
{
border-color: #127246;
}
.TagClassName
{
border-color: #127246;
}
</style>