Shades of Spring Green #12F77A
Tints of Spring Green #12F77A
RGB
CMYK
RGB Variations
Color information
#12F77A (or 0x12F77A) is known color: Spring Green. HEX triplet: 12, F7 and 7A. RGB value is (18,247,122). Sum of RGB (Red+Green+Blue) = 18+247+122=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 247 (96.88% from 255 or 63.82% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 247 - color contains mainly: green. Hex color #12F77A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F77A is #ED0885. Grayscale: #A4A4A4. Windows color (decimal): -15534214 or 8058642. OLE color: 8058642.
HSL color Cylindrical-coordinate representation of color #12F77A: hue angle of 147.25º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F77A is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 247 | 122 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.03 |
| HSL | 147.25º | 0.93% | 0.52% | - |
| HSV(B) | 147.25º | 0.93% | 0.97% | - |
| XYZ | 37.02 | 68.06 | 29.6 | - |
| YUV | 164.28 | 104.13 | 23.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 247 | 122 | 0.93 | 0 | 0.51 | 0.03 | 147.25 | 0.93 | 0.52 |
| Hex | 12 | F7 | 7A | 5D | 0 | 33 | 3 | 93 | 5D | 34 |
| Octal | 22 | 367 | 172 | 135 | 0 | 63 | 3 | 223 | 135 | 64 |
| Binary | 10010 | 11110111 | 1111010 | 1011101 | 0 | 110011 | 11 | 10010011 | 1011101 | 110100 |
Color Harmonies of #12F77A
Complementary color
Monochromatic Colors of #12F77A
Black with #12F77A
Text Example
Text Example
White with #12F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F77A; }
p { color: rgb(18,247,122); }
H1.HeaderClassName
{
color: #12F77A;
}
.AnyTagClassName
{
color: #12F77A;
}
</style>
background-color css
<style>
a { background-color: #12F77A; }
a { background-color: rgb(18,247,122); }
div.DivClassName
{
background-color: #12F77A;
}
.BgClassName
{
background-color: #12F77A;
}
</style>
border-color css
<style>
span { border-color: #12F77A; }
span { border-color: rgb(18,247,122); }
td.TdClassName
{
border-color: #12F77A;
}
.TagClassName
{
border-color: #12F77A;
}
</style>