Shades of Spring Green #12F86E
Tints of Spring Green #12F86E
RGB
CMYK
RGB Variations
Color information
#12F86E (or 0x12F86E) is known color: Spring Green. HEX triplet: 12, F8 and 6E. RGB value is (18,248,110). Sum of RGB (Red+Green+Blue) = 18+248+110=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 248 (97.27% from 255 or 65.96% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 248 - color contains mainly: green. Hex color #12F86E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F86E is #ED0791. Grayscale: #A3A3A3. Windows color (decimal): -15533970 or 7272466. OLE color: 7272466.
HSL color Cylindrical-coordinate representation of color #12F86E: hue angle of 144º 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 #12F86E is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 248 | 110 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.03 |
| HSL | 144º | 0.94% | 0.52% | - |
| HSV(B) | 144º | 0.93% | 0.97% | - |
| XYZ | 36.63 | 68.39 | 26.02 | - |
| YUV | 163.5 | 97.8 | 24.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 248 | 110 | 0.93 | 0 | 0.56 | 0.03 | 144 | 0.94 | 0.52 |
| Hex | 12 | F8 | 6E | 5D | 0 | 38 | 3 | 90 | 5E | 34 |
| Octal | 22 | 370 | 156 | 135 | 0 | 70 | 3 | 220 | 136 | 64 |
| Binary | 10010 | 11111000 | 1101110 | 1011101 | 0 | 111000 | 11 | 10010000 | 1011110 | 110100 |
Color Harmonies of #12F86E
Complementary color
Monochromatic Colors of #12F86E
Black with #12F86E
Text Example
Text Example
White with #12F86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F86E; }
p { color: rgb(18,248,110); }
H1.HeaderClassName
{
color: #12F86E;
}
.AnyTagClassName
{
color: #12F86E;
}
</style>
background-color css
<style>
a { background-color: #12F86E; }
a { background-color: rgb(18,248,110); }
div.DivClassName
{
background-color: #12F86E;
}
.BgClassName
{
background-color: #12F86E;
}
</style>
border-color css
<style>
span { border-color: #12F86E; }
span { border-color: rgb(18,248,110); }
td.TdClassName
{
border-color: #12F86E;
}
.TagClassName
{
border-color: #12F86E;
}
</style>