Shades of Spring Green #12F87D
Tints of Spring Green #12F87D
RGB
CMYK
RGB Variations
Color information
#12F87D (or 0x12F87D) is known color: Spring Green. HEX triplet: 12, F8 and 7D. RGB value is (18,248,125). Sum of RGB (Red+Green+Blue) = 18+248+125=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 248 (97.27% from 255 or 63.43% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 248 - color contains mainly: green. Hex color #12F87D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F87D is #ED0782. Grayscale: #A5A5A5. Windows color (decimal): -15533955 or 8255506. OLE color: 8255506.
HSL color Cylindrical-coordinate representation of color #12F87D: hue angle of 147.91º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F87D is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 248 | 125 | - |
| CMYK | 0.93 | 0 | 0.50 | 0.03 |
| HSL | 147.91º | 0.94% | 0.52% | - |
| HSV(B) | 147.91º | 0.93% | 0.97% | - |
| XYZ | 37.52 | 68.74 | 30.69 | - |
| YUV | 165.21 | 105.3 | 23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 248 | 125 | 0.93 | 0 | 0.50 | 0.03 | 147.91 | 0.94 | 0.52 |
| Hex | 12 | F8 | 7D | 5D | 0 | 32 | 3 | 94 | 5E | 34 |
| Octal | 22 | 370 | 175 | 135 | 0 | 62 | 3 | 224 | 136 | 64 |
| Binary | 10010 | 11111000 | 1111101 | 1011101 | 0 | 110010 | 11 | 10010100 | 1011110 | 110100 |
Color Harmonies of #12F87D
Complementary color
Monochromatic Colors of #12F87D
Black with #12F87D
Text Example
Text Example
White with #12F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F87D; }
p { color: rgb(18,248,125); }
H1.HeaderClassName
{
color: #12F87D;
}
.AnyTagClassName
{
color: #12F87D;
}
</style>
background-color css
<style>
a { background-color: #12F87D; }
a { background-color: rgb(18,248,125); }
div.DivClassName
{
background-color: #12F87D;
}
.BgClassName
{
background-color: #12F87D;
}
</style>
border-color css
<style>
span { border-color: #12F87D; }
span { border-color: rgb(18,248,125); }
td.TdClassName
{
border-color: #12F87D;
}
.TagClassName
{
border-color: #12F87D;
}
</style>