Shades of Spring Green #12F280
Tints of Spring Green #12F280
RGB
CMYK
RGB Variations
Color information
#12F280 (or 0x12F280) is known color: Spring Green. HEX triplet: 12, F2 and 80. RGB value is (18,242,128). Sum of RGB (Red+Green+Blue) = 18+242+128=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #12F280 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F280 is #ED0D7F. Grayscale: #A2A2A2. Windows color (decimal): -15535488 or 8450578. OLE color: 8450578.
HSL color Cylindrical-coordinate representation of color #12F280: hue angle of 149.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F280 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 242 | 128 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.05 |
| HSL | 149.46º | 0.9% | 0.51% | - |
| HSV(B) | 149.46º | 0.93% | 0.95% | - |
| XYZ | 35.9 | 65.19 | 31.11 | - |
| YUV | 162.03 | 108.79 | 25.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 242 | 128 | 0.93 | 0 | 0.47 | 0.05 | 149.46 | 0.9 | 0.51 |
| Hex | 12 | F2 | 80 | 5D | 0 | 2F | 5 | 95 | 5A | 33 |
| Octal | 22 | 362 | 200 | 135 | 0 | 57 | 5 | 225 | 132 | 63 |
| Binary | 10010 | 11110010 | 10000000 | 1011101 | 0 | 101111 | 101 | 10010101 | 1011010 | 110011 |
Color Harmonies of #12F280
Complementary color
Monochromatic Colors of #12F280
Black with #12F280
Text Example
Text Example
White with #12F280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F280; }
p { color: rgb(18,242,128); }
H1.HeaderClassName
{
color: #12F280;
}
.AnyTagClassName
{
color: #12F280;
}
</style>
background-color css
<style>
a { background-color: #12F280; }
a { background-color: rgb(18,242,128); }
div.DivClassName
{
background-color: #12F280;
}
.BgClassName
{
background-color: #12F280;
}
</style>
border-color css
<style>
span { border-color: #12F280; }
span { border-color: rgb(18,242,128); }
td.TdClassName
{
border-color: #12F280;
}
.TagClassName
{
border-color: #12F280;
}
</style>