Shades of Spring Green #12DC77
Tints of Spring Green #12DC77
RGB
CMYK
RGB Variations
Color information
#12DC77 (or 0x12DC77) is known color: Spring Green. HEX triplet: 12, DC and 77. RGB value is (18,220,119). Sum of RGB (Red+Green+Blue) = 18+220+119=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 220 (86.33% from 255 or 61.62% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DC77 is #ED2388. Grayscale: #949494. Windows color (decimal): -15541129 or 7855122. OLE color: 7855122.
HSL color Cylindrical-coordinate representation of color #12DC77: hue angle of 150º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DC77 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 119 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.14 |
| HSL | 150º | 0.85% | 0.47% | - |
| HSV(B) | 150º | 0.92% | 0.86% | - |
| XYZ | 29.17 | 52.65 | 26.08 | - |
| YUV | 148.09 | 111.58 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 119 | 0.92 | 0 | 0.46 | 0.14 | 150 | 0.85 | 0.47 |
| Hex | 12 | DC | 77 | 5C | 0 | 2E | E | 96 | 55 | 2F |
| Octal | 22 | 334 | 167 | 134 | 0 | 56 | 16 | 226 | 125 | 57 |
| Binary | 10010 | 11011100 | 1110111 | 1011100 | 0 | 101110 | 1110 | 10010110 | 1010101 | 101111 |
Color Harmonies of #12DC77
Complementary color
Monochromatic Colors of #12DC77
Black with #12DC77
Text Example
Text Example
White with #12DC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC77; }
p { color: rgb(18,220,119); }
H1.HeaderClassName
{
color: #12DC77;
}
.AnyTagClassName
{
color: #12DC77;
}
</style>
background-color css
<style>
a { background-color: #12DC77; }
a { background-color: rgb(18,220,119); }
div.DivClassName
{
background-color: #12DC77;
}
.BgClassName
{
background-color: #12DC77;
}
</style>
border-color css
<style>
span { border-color: #12DC77; }
span { border-color: rgb(18,220,119); }
td.TdClassName
{
border-color: #12DC77;
}
.TagClassName
{
border-color: #12DC77;
}
</style>