Shades of Spring Green #12FC6D
Tints of Spring Green #12FC6D
RGB
CMYK
RGB Variations
Color information
#12FC6D (or 0x12FC6D) is known color: Spring Green. HEX triplet: 12, FC and 6D. RGB value is (18,252,109). Sum of RGB (Red+Green+Blue) = 18+252+109=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 252 (98.83% from 255 or 66.49% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 252 - color contains mainly: green. Hex color #12FC6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FC6D is #ED0392. Grayscale: #A6A6A6. Windows color (decimal): -15532947 or 7207954. OLE color: 7207954.
HSL color Cylindrical-coordinate representation of color #12FC6D: hue angle of 143.33º 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 #12FC6D is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 109 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.01 |
| HSL | 143.33º | 0.98% | 0.53% | - |
| HSV(B) | 143.33º | 0.93% | 0.99% | - |
| XYZ | 37.82 | 70.85 | 26.15 | - |
| YUV | 165.73 | 95.98 | 22.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 109 | 0.93 | 0 | 0.57 | 0.01 | 143.33 | 0.98 | 0.53 |
| Hex | 12 | FC | 6D | 5D | 0 | 39 | 1 | 8F | 62 | 35 |
| Octal | 22 | 374 | 155 | 135 | 0 | 71 | 1 | 217 | 142 | 65 |
| Binary | 10010 | 11111100 | 1101101 | 1011101 | 0 | 111001 | 1 | 10001111 | 1100010 | 110101 |
Color Harmonies of #12FC6D
Complementary color
Monochromatic Colors of #12FC6D
Black with #12FC6D
Text Example
Text Example
White with #12FC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FC6D; }
p { color: rgb(18,252,109); }
H1.HeaderClassName
{
color: #12FC6D;
}
.AnyTagClassName
{
color: #12FC6D;
}
</style>
background-color css
<style>
a { background-color: #12FC6D; }
a { background-color: rgb(18,252,109); }
div.DivClassName
{
background-color: #12FC6D;
}
.BgClassName
{
background-color: #12FC6D;
}
</style>
border-color css
<style>
span { border-color: #12FC6D; }
span { border-color: rgb(18,252,109); }
td.TdClassName
{
border-color: #12FC6D;
}
.TagClassName
{
border-color: #12FC6D;
}
</style>