Shades of Spring Green #12DA7C
Tints of Spring Green #12DA7C
RGB
CMYK
RGB Variations
Color information
#12DA7C (or 0x12DA7C) is known color: Spring Green. HEX triplet: 12, DA and 7C. RGB value is (18,218,124). Sum of RGB (Red+Green+Blue) = 18+218+124=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 218 (85.55% from 255 or 60.56% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DA7C is #ED2583. Grayscale: #939393. Windows color (decimal): -15541636 or 8182290. OLE color: 8182290.
HSL color Cylindrical-coordinate representation of color #12DA7C: hue angle of 151.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DA7C is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 218 | 124 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.15 |
| HSL | 151.8º | 0.85% | 0.46% | - |
| HSV(B) | 151.8º | 0.92% | 0.85% | - |
| XYZ | 28.96 | 51.73 | 27.53 | - |
| YUV | 147.48 | 114.74 | 35.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 124 | 0.92 | 0 | 0.43 | 0.15 | 151.8 | 0.85 | 0.46 |
| Hex | 12 | DA | 7C | 5C | 0 | 2B | F | 98 | 55 | 2E |
| Octal | 22 | 332 | 174 | 134 | 0 | 53 | 17 | 230 | 125 | 56 |
| Binary | 10010 | 11011010 | 1111100 | 1011100 | 0 | 101011 | 1111 | 10011000 | 1010101 | 101110 |
Color Harmonies of #12DA7C
Complementary color
Monochromatic Colors of #12DA7C
Black with #12DA7C
Text Example
Text Example
White with #12DA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DA7C; }
p { color: rgb(18,218,124); }
H1.HeaderClassName
{
color: #12DA7C;
}
.AnyTagClassName
{
color: #12DA7C;
}
</style>
background-color css
<style>
a { background-color: #12DA7C; }
a { background-color: rgb(18,218,124); }
div.DivClassName
{
background-color: #12DA7C;
}
.BgClassName
{
background-color: #12DA7C;
}
</style>
border-color css
<style>
span { border-color: #12DA7C; }
span { border-color: rgb(18,218,124); }
td.TdClassName
{
border-color: #12DA7C;
}
.TagClassName
{
border-color: #12DA7C;
}
</style>