Shades of Spring Green #12DB7C
Tints of Spring Green #12DB7C
RGB
CMYK
RGB Variations
Color information
#12DB7C (or 0x12DB7C) is known color: Spring Green. HEX triplet: 12, DB and 7C. RGB value is (18,219,124). Sum of RGB (Red+Green+Blue) = 18+219+124=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 219 (85.94% from 255 or 60.66% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DB7C is #ED2483. Grayscale: #949494. Windows color (decimal): -15541380 or 8182546. OLE color: 8182546.
HSL color Cylindrical-coordinate representation of color #12DB7C: hue angle of 151.64º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DB7C is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 124 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.14 |
| HSL | 151.64º | 0.85% | 0.46% | - |
| HSV(B) | 151.64º | 0.92% | 0.86% | - |
| XYZ | 29.22 | 52.25 | 27.61 | - |
| YUV | 148.07 | 114.41 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 124 | 0.92 | 0 | 0.43 | 0.14 | 151.64 | 0.85 | 0.46 |
| Hex | 12 | DB | 7C | 5C | 0 | 2B | E | 98 | 55 | 2E |
| Octal | 22 | 333 | 174 | 134 | 0 | 53 | 16 | 230 | 125 | 56 |
| Binary | 10010 | 11011011 | 1111100 | 1011100 | 0 | 101011 | 1110 | 10011000 | 1010101 | 101110 |
Color Harmonies of #12DB7C
Complementary color
Monochromatic Colors of #12DB7C
Black with #12DB7C
Text Example
Text Example
White with #12DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB7C; }
p { color: rgb(18,219,124); }
H1.HeaderClassName
{
color: #12DB7C;
}
.AnyTagClassName
{
color: #12DB7C;
}
</style>
background-color css
<style>
a { background-color: #12DB7C; }
a { background-color: rgb(18,219,124); }
div.DivClassName
{
background-color: #12DB7C;
}
.BgClassName
{
background-color: #12DB7C;
}
</style>
border-color css
<style>
span { border-color: #12DB7C; }
span { border-color: rgb(18,219,124); }
td.TdClassName
{
border-color: #12DB7C;
}
.TagClassName
{
border-color: #12DB7C;
}
</style>