Shades of Spring Green #12E373
Tints of Spring Green #12E373
RGB
CMYK
RGB Variations
Color information
#12E373 (or 0x12E373) is known color: Spring Green. HEX triplet: 12, E3 and 73. RGB value is (18,227,115). Sum of RGB (Red+Green+Blue) = 18+227+115=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 227 (89.06% from 255 or 63.06% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 227 - color contains mainly: green. Hex color #12E373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12E373 is #ED1C8C. Grayscale: #979797. Windows color (decimal): -15539341 or 7594770. OLE color: 7594770.
HSL color Cylindrical-coordinate representation of color #12E373: hue angle of 147.85º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E373 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 227 | 115 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.11 |
| HSL | 147.85º | 0.85% | 0.48% | - |
| HSV(B) | 147.85º | 0.92% | 0.89% | - |
| XYZ | 30.81 | 56.3 | 25.46 | - |
| YUV | 151.74 | 107.26 | 32.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 227 | 115 | 0.92 | 0 | 0.49 | 0.11 | 147.85 | 0.85 | 0.48 |
| Hex | 12 | E3 | 73 | 5C | 0 | 31 | B | 94 | 55 | 30 |
| Octal | 22 | 343 | 163 | 134 | 0 | 61 | 13 | 224 | 125 | 60 |
| Binary | 10010 | 11100011 | 1110011 | 1011100 | 0 | 110001 | 1011 | 10010100 | 1010101 | 110000 |
Color Harmonies of #12E373
Complementary color
Monochromatic Colors of #12E373
Black with #12E373
Text Example
Text Example
White with #12E373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E373; }
p { color: rgb(18,227,115); }
H1.HeaderClassName
{
color: #12E373;
}
.AnyTagClassName
{
color: #12E373;
}
</style>
background-color css
<style>
a { background-color: #12E373; }
a { background-color: rgb(18,227,115); }
div.DivClassName
{
background-color: #12E373;
}
.BgClassName
{
background-color: #12E373;
}
</style>
border-color css
<style>
span { border-color: #12E373; }
span { border-color: rgb(18,227,115); }
td.TdClassName
{
border-color: #12E373;
}
.TagClassName
{
border-color: #12E373;
}
</style>