Shades of Spring Green #12F67C
Tints of Spring Green #12F67C
RGB
CMYK
RGB Variations
Color information
#12F67C (or 0x12F67C) is known color: Spring Green. HEX triplet: 12, F6 and 7C. RGB value is (18,246,124). Sum of RGB (Red+Green+Blue) = 18+246+124=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 246 (96.48% from 255 or 63.40% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 246 - color contains mainly: green. Hex color #12F67C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F67C is #ED0983. Grayscale: #A4A4A4. Windows color (decimal): -15534468 or 8189458. OLE color: 8189458.
HSL color Cylindrical-coordinate representation of color #12F67C: hue angle of 147.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F67C is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 246 | 124 | - |
| CMYK | 0.93 | 0 | 0.50 | 0.04 |
| HSL | 147.89º | 0.93% | 0.52% | - |
| HSV(B) | 147.89º | 0.93% | 0.96% | - |
| XYZ | 36.84 | 67.5 | 30.15 | - |
| YUV | 163.92 | 105.46 | 23.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 246 | 124 | 0.93 | 0 | 0.50 | 0.04 | 147.89 | 0.93 | 0.52 |
| Hex | 12 | F6 | 7C | 5D | 0 | 32 | 4 | 94 | 5D | 34 |
| Octal | 22 | 366 | 174 | 135 | 0 | 62 | 4 | 224 | 135 | 64 |
| Binary | 10010 | 11110110 | 1111100 | 1011101 | 0 | 110010 | 100 | 10010100 | 1011101 | 110100 |
Color Harmonies of #12F67C
Complementary color
Monochromatic Colors of #12F67C
Black with #12F67C
Text Example
Text Example
White with #12F67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F67C; }
p { color: rgb(18,246,124); }
H1.HeaderClassName
{
color: #12F67C;
}
.AnyTagClassName
{
color: #12F67C;
}
</style>
background-color css
<style>
a { background-color: #12F67C; }
a { background-color: rgb(18,246,124); }
div.DivClassName
{
background-color: #12F67C;
}
.BgClassName
{
background-color: #12F67C;
}
</style>
border-color css
<style>
span { border-color: #12F67C; }
span { border-color: rgb(18,246,124); }
td.TdClassName
{
border-color: #12F67C;
}
.TagClassName
{
border-color: #12F67C;
}
</style>