Shades of Dark Spring Green #127C36
Tints of Dark Spring Green #127C36
RGB
CMYK
RGB Variations
Color information
#127C36 (or 0x127C36) is known color: Dark Spring Green. HEX triplet: 12, 7C and 36. RGB value is (18,124,54). Sum of RGB (Red+Green+Blue) = 18+124+54=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 124 (48.83% from 255 or 63.27% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 124 - color contains mainly: green. Hex color #127C36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C36 is #ED83C9. Grayscale: #545454. Windows color (decimal): -15565770 or 3570706. OLE color: 3570706.
HSL color Cylindrical-coordinate representation of color #127C36: hue angle of 140.38º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C36 is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 54 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.51 |
| HSL | 140.38º | 0.75% | 0.28% | - |
| HSV(B) | 140.38º | 0.85% | 0.49% | - |
| XYZ | 8.12 | 14.81 | 5.92 | - |
| YUV | 84.33 | 110.88 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 54 | 0.85 | 0 | 0.56 | 0.51 | 140.38 | 0.75 | 0.28 |
| Hex | 12 | 7C | 36 | 55 | 0 | 38 | 33 | 8C | 4B | 1C |
| Octal | 22 | 174 | 66 | 125 | 0 | 70 | 63 | 214 | 113 | 34 |
| Binary | 10010 | 1111100 | 110110 | 1010101 | 0 | 111000 | 110011 | 10001100 | 1001011 | 11100 |
Color Harmonies of #127C36
Complementary color
Monochromatic Colors of #127C36
Black with #127C36
Text Example
Text Example
White with #127C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C36; }
p { color: rgb(18,124,54); }
H1.HeaderClassName
{
color: #127C36;
}
.AnyTagClassName
{
color: #127C36;
}
</style>
background-color css
<style>
a { background-color: #127C36; }
a { background-color: rgb(18,124,54); }
div.DivClassName
{
background-color: #127C36;
}
.BgClassName
{
background-color: #127C36;
}
</style>
border-color css
<style>
span { border-color: #127C36; }
span { border-color: rgb(18,124,54); }
td.TdClassName
{
border-color: #127C36;
}
.TagClassName
{
border-color: #127C36;
}
</style>