Shades of Spring Green #12FD8C
Tints of Spring Green #12FD8C
RGB
CMYK
RGB Variations
Color information
#12FD8C (or 0x12FD8C) is known color: Spring Green. HEX triplet: 12, FD and 8C. RGB value is (18,253,140). Sum of RGB (Red+Green+Blue) = 18+253+140=411 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.38% from 411); Green value is 253 (99.22% from 255 or 61.56% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 253 - color contains mainly: green. Hex color #12FD8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FD8C is #ED0273. Grayscale: #AAAAAA. Windows color (decimal): -15532660 or 9239826. OLE color: 9239826.
HSL color Cylindrical-coordinate representation of color #12FD8C: hue angle of 151.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FD8C is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 253 | 140 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.01 |
| HSL | 151.15º | 0.98% | 0.53% | - |
| HSV(B) | 151.15º | 0.93% | 0.99% | - |
| XYZ | 40.11 | 72.27 | 36.65 | - |
| YUV | 169.85 | 111.14 | 19.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 253 | 140 | 0.93 | 0 | 0.45 | 0.01 | 151.15 | 0.98 | 0.53 |
| Hex | 12 | FD | 8C | 5D | 0 | 2D | 1 | 97 | 62 | 35 |
| Octal | 22 | 375 | 214 | 135 | 0 | 55 | 1 | 227 | 142 | 65 |
| Binary | 10010 | 11111101 | 10001100 | 1011101 | 0 | 101101 | 1 | 10010111 | 1100010 | 110101 |
Color Harmonies of #12FD8C
Complementary color
Monochromatic Colors of #12FD8C
Black with #12FD8C
Text Example
Text Example
White with #12FD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FD8C; }
p { color: rgb(18,253,140); }
H1.HeaderClassName
{
color: #12FD8C;
}
.AnyTagClassName
{
color: #12FD8C;
}
</style>
background-color css
<style>
a { background-color: #12FD8C; }
a { background-color: rgb(18,253,140); }
div.DivClassName
{
background-color: #12FD8C;
}
.BgClassName
{
background-color: #12FD8C;
}
</style>
border-color css
<style>
span { border-color: #12FD8C; }
span { border-color: rgb(18,253,140); }
td.TdClassName
{
border-color: #12FD8C;
}
.TagClassName
{
border-color: #12FD8C;
}
</style>