Shades of Spring Green #12F572
Tints of Spring Green #12F572
RGB
CMYK
RGB Variations
Color information
#12F572 (or 0x12F572) is known color: Spring Green. HEX triplet: 12, F5 and 72. RGB value is (18,245,114). Sum of RGB (Red+Green+Blue) = 18+245+114=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 245 (96.09% from 255 or 64.99% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 245 - color contains mainly: green. Hex color #12F572 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F572 is #ED0A8D. Grayscale: #A2A2A2. Windows color (decimal): -15534734 or 7533842. OLE color: 7533842.
HSL color Cylindrical-coordinate representation of color #12F572: hue angle of 145.37º 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 #12F572 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 245 | 114 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.04 |
| HSL | 145.37º | 0.92% | 0.52% | - |
| HSV(B) | 145.37º | 0.93% | 0.96% | - |
| XYZ | 35.94 | 66.65 | 26.89 | - |
| YUV | 162.19 | 100.79 | 25.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 245 | 114 | 0.93 | 0 | 0.53 | 0.04 | 145.37 | 0.92 | 0.52 |
| Hex | 12 | F5 | 72 | 5D | 0 | 35 | 4 | 91 | 5C | 34 |
| Octal | 22 | 365 | 162 | 135 | 0 | 65 | 4 | 221 | 134 | 64 |
| Binary | 10010 | 11110101 | 1110010 | 1011101 | 0 | 110101 | 100 | 10010001 | 1011100 | 110100 |
Color Harmonies of #12F572
Complementary color
Monochromatic Colors of #12F572
Black with #12F572
Text Example
Text Example
White with #12F572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F572; }
p { color: rgb(18,245,114); }
H1.HeaderClassName
{
color: #12F572;
}
.AnyTagClassName
{
color: #12F572;
}
</style>
background-color css
<style>
a { background-color: #12F572; }
a { background-color: rgb(18,245,114); }
div.DivClassName
{
background-color: #12F572;
}
.BgClassName
{
background-color: #12F572;
}
</style>
border-color css
<style>
span { border-color: #12F572; }
span { border-color: rgb(18,245,114); }
td.TdClassName
{
border-color: #12F572;
}
.TagClassName
{
border-color: #12F572;
}
</style>