Shades of Spring Green #12F574
Tints of Spring Green #12F574
RGB
CMYK
RGB Variations
Color information
#12F574 (or 0x12F574) is known color: Spring Green. HEX triplet: 12, F5 and 74. RGB value is (18,245,116). Sum of RGB (Red+Green+Blue) = 18+245+116=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 245 (96.09% from 255 or 64.64% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 245 - color contains mainly: green. Hex color #12F574 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F574 is #ED0A8B. Grayscale: #A2A2A2. Windows color (decimal): -15534732 or 7664914. OLE color: 7664914.
HSL color Cylindrical-coordinate representation of color #12F574: hue angle of 145.9º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F574 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 245 | 116 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.04 |
| HSL | 145.9º | 0.92% | 0.52% | - |
| HSV(B) | 145.9º | 0.93% | 0.96% | - |
| XYZ | 36.05 | 66.69 | 27.5 | - |
| YUV | 162.42 | 101.79 | 24.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 245 | 116 | 0.93 | 0 | 0.53 | 0.04 | 145.9 | 0.92 | 0.52 |
| Hex | 12 | F5 | 74 | 5D | 0 | 35 | 4 | 92 | 5C | 34 |
| Octal | 22 | 365 | 164 | 135 | 0 | 65 | 4 | 222 | 134 | 64 |
| Binary | 10010 | 11110101 | 1110100 | 1011101 | 0 | 110101 | 100 | 10010010 | 1011100 | 110100 |
Color Harmonies of #12F574
Complementary color
Monochromatic Colors of #12F574
Black with #12F574
Text Example
Text Example
White with #12F574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F574; }
p { color: rgb(18,245,116); }
H1.HeaderClassName
{
color: #12F574;
}
.AnyTagClassName
{
color: #12F574;
}
</style>
background-color css
<style>
a { background-color: #12F574; }
a { background-color: rgb(18,245,116); }
div.DivClassName
{
background-color: #12F574;
}
.BgClassName
{
background-color: #12F574;
}
</style>
border-color css
<style>
span { border-color: #12F574; }
span { border-color: rgb(18,245,116); }
td.TdClassName
{
border-color: #12F574;
}
.TagClassName
{
border-color: #12F574;
}
</style>