Shades of Spring Green #12E17B
Tints of Spring Green #12E17B
RGB
CMYK
RGB Variations
Color information
#12E17B (or 0x12E17B) is known color: Spring Green. HEX triplet: 12, E1 and 7B. RGB value is (18,225,123). Sum of RGB (Red+Green+Blue) = 18+225+123=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 225 (88.28% from 255 or 61.48% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 225 - color contains mainly: green. Hex color #12E17B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12E17B is #ED1E84. Grayscale: #979797. Windows color (decimal): -15539845 or 8118546. OLE color: 8118546.
HSL color Cylindrical-coordinate representation of color #12E17B: hue angle of 150.43º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E17B is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 225 | 123 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.12 |
| HSL | 150.43º | 0.85% | 0.48% | - |
| HSV(B) | 150.43º | 0.92% | 0.88% | - |
| XYZ | 30.75 | 55.41 | 27.81 | - |
| YUV | 151.48 | 111.92 | 32.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 225 | 123 | 0.92 | 0 | 0.45 | 0.12 | 150.43 | 0.85 | 0.48 |
| Hex | 12 | E1 | 7B | 5C | 0 | 2D | C | 96 | 55 | 30 |
| Octal | 22 | 341 | 173 | 134 | 0 | 55 | 14 | 226 | 125 | 60 |
| Binary | 10010 | 11100001 | 1111011 | 1011100 | 0 | 101101 | 1100 | 10010110 | 1010101 | 110000 |
Color Harmonies of #12E17B
Complementary color
Monochromatic Colors of #12E17B
Black with #12E17B
Text Example
Text Example
White with #12E17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E17B; }
p { color: rgb(18,225,123); }
H1.HeaderClassName
{
color: #12E17B;
}
.AnyTagClassName
{
color: #12E17B;
}
</style>
background-color css
<style>
a { background-color: #12E17B; }
a { background-color: rgb(18,225,123); }
div.DivClassName
{
background-color: #12E17B;
}
.BgClassName
{
background-color: #12E17B;
}
</style>
border-color css
<style>
span { border-color: #12E17B; }
span { border-color: rgb(18,225,123); }
td.TdClassName
{
border-color: #12E17B;
}
.TagClassName
{
border-color: #12E17B;
}
</style>