Shades of Spring Green #12F986
Tints of Spring Green #12F986
RGB
CMYK
RGB Variations
Color information
#12F986 (or 0x12F986) is known color: Spring Green. HEX triplet: 12, F9 and 86. RGB value is (18,249,134). Sum of RGB (Red+Green+Blue) = 18+249+134=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 249 (97.66% from 255 or 62.09% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 249 - color contains mainly: green. Hex color #12F986 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F986 is #ED0679. Grayscale: #A7A7A7. Windows color (decimal): -15533690 or 8845586. OLE color: 8845586.
HSL color Cylindrical-coordinate representation of color #12F986: hue angle of 150.13º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F986 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 249 | 134 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.02 |
| HSL | 150.13º | 0.95% | 0.52% | - |
| HSV(B) | 150.13º | 0.93% | 0.98% | - |
| XYZ | 38.43 | 69.6 | 33.96 | - |
| YUV | 166.82 | 109.47 | 21.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 249 | 134 | 0.93 | 0 | 0.46 | 0.02 | 150.13 | 0.95 | 0.52 |
| Hex | 12 | F9 | 86 | 5D | 0 | 2E | 2 | 96 | 5F | 34 |
| Octal | 22 | 371 | 206 | 135 | 0 | 56 | 2 | 226 | 137 | 64 |
| Binary | 10010 | 11111001 | 10000110 | 1011101 | 0 | 101110 | 10 | 10010110 | 1011111 | 110100 |
Color Harmonies of #12F986
Complementary color
Monochromatic Colors of #12F986
Black with #12F986
Text Example
Text Example
White with #12F986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F986; }
p { color: rgb(18,249,134); }
H1.HeaderClassName
{
color: #12F986;
}
.AnyTagClassName
{
color: #12F986;
}
</style>
background-color css
<style>
a { background-color: #12F986; }
a { background-color: rgb(18,249,134); }
div.DivClassName
{
background-color: #12F986;
}
.BgClassName
{
background-color: #12F986;
}
</style>
border-color css
<style>
span { border-color: #12F986; }
span { border-color: rgb(18,249,134); }
td.TdClassName
{
border-color: #12F986;
}
.TagClassName
{
border-color: #12F986;
}
</style>