Shades of Spring Green #12F06C
Tints of Spring Green #12F06C
RGB
CMYK
RGB Variations
Color information
#12F06C (or 0x12F06C) is known color: Spring Green. HEX triplet: 12, F0 and 6C. RGB value is (18,240,108). Sum of RGB (Red+Green+Blue) = 18+240+108=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 240 (94.14% from 255 or 65.57% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 240 - color contains mainly: green. Hex color #12F06C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F06C is #ED0F93. Grayscale: #9E9E9E. Windows color (decimal): -15536020 or 7139346. OLE color: 7139346.
HSL color Cylindrical-coordinate representation of color #12F06C: hue angle of 144.32º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F06C is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 108 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.06 |
| HSL | 144.32º | 0.88% | 0.51% | - |
| HSV(B) | 144.32º | 0.93% | 0.94% | - |
| XYZ | 34.12 | 63.53 | 24.65 | - |
| YUV | 158.57 | 99.45 | 27.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 108 | 0.92 | 0 | 0.55 | 0.06 | 144.32 | 0.88 | 0.51 |
| Hex | 12 | F0 | 6C | 5C | 0 | 37 | 6 | 90 | 58 | 33 |
| Octal | 22 | 360 | 154 | 134 | 0 | 67 | 6 | 220 | 130 | 63 |
| Binary | 10010 | 11110000 | 1101100 | 1011100 | 0 | 110111 | 110 | 10010000 | 1011000 | 110011 |
Color Harmonies of #12F06C
Complementary color
Monochromatic Colors of #12F06C
Black with #12F06C
Text Example
Text Example
White with #12F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F06C; }
p { color: rgb(18,240,108); }
H1.HeaderClassName
{
color: #12F06C;
}
.AnyTagClassName
{
color: #12F06C;
}
</style>
background-color css
<style>
a { background-color: #12F06C; }
a { background-color: rgb(18,240,108); }
div.DivClassName
{
background-color: #12F06C;
}
.BgClassName
{
background-color: #12F06C;
}
</style>
border-color css
<style>
span { border-color: #12F06C; }
span { border-color: rgb(18,240,108); }
td.TdClassName
{
border-color: #12F06C;
}
.TagClassName
{
border-color: #12F06C;
}
</style>