Shades of Spring Green #12F086
Tints of Spring Green #12F086
RGB
CMYK
RGB Variations
Color information
#12F086 (or 0x12F086) is known color: Spring Green. HEX triplet: 12, F0 and 86. RGB value is (18,240,134). Sum of RGB (Red+Green+Blue) = 18+240+134=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 240 (94.14% from 255 or 61.22% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 240 - color contains mainly: green. Hex color #12F086 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F086 is #ED0F79. Grayscale: #A1A1A1. Windows color (decimal): -15535994 or 8843282. OLE color: 8843282.
HSL color Cylindrical-coordinate representation of color #12F086: hue angle of 151.35º 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 #12F086 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 134 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.06 |
| HSL | 151.35º | 0.88% | 0.51% | - |
| HSV(B) | 151.35º | 0.93% | 0.94% | - |
| XYZ | 35.71 | 64.17 | 33.06 | - |
| YUV | 161.54 | 112.45 | 25.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 134 | 0.92 | 0 | 0.44 | 0.06 | 151.35 | 0.88 | 0.51 |
| Hex | 12 | F0 | 86 | 5C | 0 | 2C | 6 | 97 | 58 | 33 |
| Octal | 22 | 360 | 206 | 134 | 0 | 54 | 6 | 227 | 130 | 63 |
| Binary | 10010 | 11110000 | 10000110 | 1011100 | 0 | 101100 | 110 | 10010111 | 1011000 | 110011 |
Color Harmonies of #12F086
Complementary color
Monochromatic Colors of #12F086
Black with #12F086
Text Example
Text Example
White with #12F086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F086; }
p { color: rgb(18,240,134); }
H1.HeaderClassName
{
color: #12F086;
}
.AnyTagClassName
{
color: #12F086;
}
</style>
background-color css
<style>
a { background-color: #12F086; }
a { background-color: rgb(18,240,134); }
div.DivClassName
{
background-color: #12F086;
}
.BgClassName
{
background-color: #12F086;
}
</style>
border-color css
<style>
span { border-color: #12F086; }
span { border-color: rgb(18,240,134); }
td.TdClassName
{
border-color: #12F086;
}
.TagClassName
{
border-color: #12F086;
}
</style>