Shades of Spring Green #12F080
Tints of Spring Green #12F080
RGB
CMYK
RGB Variations
Color information
#12F080 (or 0x12F080) is known color: Spring Green. HEX triplet: 12, F0 and 80. RGB value is (18,240,128). Sum of RGB (Red+Green+Blue) = 18+240+128=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 240 (94.14% from 255 or 62.18% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 240 - color contains mainly: green. Hex color #12F080 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F080 is #ED0F7F. Grayscale: #A1A1A1. Windows color (decimal): -15536000 or 8450066. OLE color: 8450066.
HSL color Cylindrical-coordinate representation of color #12F080: hue angle of 149.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F080 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 128 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.06 |
| HSL | 149.73º | 0.88% | 0.51% | - |
| HSV(B) | 149.73º | 0.93% | 0.94% | - |
| XYZ | 35.31 | 64.01 | 30.92 | - |
| YUV | 160.85 | 109.45 | 26.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 128 | 0.92 | 0 | 0.47 | 0.06 | 149.73 | 0.88 | 0.51 |
| Hex | 12 | F0 | 80 | 5C | 0 | 2F | 6 | 96 | 58 | 33 |
| Octal | 22 | 360 | 200 | 134 | 0 | 57 | 6 | 226 | 130 | 63 |
| Binary | 10010 | 11110000 | 10000000 | 1011100 | 0 | 101111 | 110 | 10010110 | 1011000 | 110011 |
Color Harmonies of #12F080
Complementary color
Monochromatic Colors of #12F080
Black with #12F080
Text Example
Text Example
White with #12F080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F080; }
p { color: rgb(18,240,128); }
H1.HeaderClassName
{
color: #12F080;
}
.AnyTagClassName
{
color: #12F080;
}
</style>
background-color css
<style>
a { background-color: #12F080; }
a { background-color: rgb(18,240,128); }
div.DivClassName
{
background-color: #12F080;
}
.BgClassName
{
background-color: #12F080;
}
</style>
border-color css
<style>
span { border-color: #12F080; }
span { border-color: rgb(18,240,128); }
td.TdClassName
{
border-color: #12F080;
}
.TagClassName
{
border-color: #12F080;
}
</style>