Shades of Spring Green #12FF8C
Tints of Spring Green #12FF8C
RGB
CMYK
RGB Variations
Color information
#12FF8C (or 0x12FF8C) is known color: Spring Green. HEX triplet: 12, FF and 8C. RGB value is (18,255,140). Sum of RGB (Red+Green+Blue) = 18+255+140=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FF8C is #ED0073. Grayscale: #ABABAB. Windows color (decimal): -15532148 or 9240338. OLE color: 9240338.
HSL color Cylindrical-coordinate representation of color #12FF8C: hue angle of 150.89º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FF8C is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 140 | - |
| CMYK | 0.93 | 0 | 0.45 | 0 |
| HSL | 150.89º | 1% | 0.54% | - |
| HSV(B) | 150.89º | 0.93% | 1% | - |
| XYZ | 40.74 | 73.54 | 36.86 | - |
| YUV | 171.03 | 110.48 | 18.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 140 | 0.93 | 0 | 0.45 | 0 | 150.89 | 1 | 0.54 |
| Hex | 12 | FF | 8C | 5D | 0 | 2D | 0 | 97 | 64 | 36 |
| Octal | 22 | 377 | 214 | 135 | 0 | 55 | 0 | 227 | 144 | 66 |
| Binary | 10010 | 11111111 | 10001100 | 1011101 | 0 | 101101 | 0 | 10010111 | 1100100 | 110110 |
Color Harmonies of #12FF8C
Complementary color
Monochromatic Colors of #12FF8C
Black with #12FF8C
Text Example
Text Example
White with #12FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FF8C; }
p { color: rgb(18,255,140); }
H1.HeaderClassName
{
color: #12FF8C;
}
.AnyTagClassName
{
color: #12FF8C;
}
</style>
background-color css
<style>
a { background-color: #12FF8C; }
a { background-color: rgb(18,255,140); }
div.DivClassName
{
background-color: #12FF8C;
}
.BgClassName
{
background-color: #12FF8C;
}
</style>
border-color css
<style>
span { border-color: #12FF8C; }
span { border-color: rgb(18,255,140); }
td.TdClassName
{
border-color: #12FF8C;
}
.TagClassName
{
border-color: #12FF8C;
}
</style>