Shades of Spring Green #12F181
Tints of Spring Green #12F181
RGB
CMYK
RGB Variations
Color information
#12F181 (or 0x12F181) is known color: Spring Green. HEX triplet: 12, F1 and 81. RGB value is (18,241,129). Sum of RGB (Red+Green+Blue) = 18+241+129=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 241 (94.53% from 255 or 62.11% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 241 - color contains mainly: green. Hex color #12F181 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F181 is #ED0E7E. Grayscale: #A1A1A1. Windows color (decimal): -15535743 or 8515858. OLE color: 8515858.
HSL color Cylindrical-coordinate representation of color #12F181: hue angle of 149.87º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F181 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 241 | 129 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.05 |
| HSL | 149.87º | 0.89% | 0.51% | - |
| HSV(B) | 149.87º | 0.93% | 0.95% | - |
| XYZ | 35.67 | 64.62 | 31.36 | - |
| YUV | 161.56 | 109.62 | 25.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 241 | 129 | 0.93 | 0 | 0.46 | 0.05 | 149.87 | 0.89 | 0.51 |
| Hex | 12 | F1 | 81 | 5D | 0 | 2E | 5 | 96 | 59 | 33 |
| Octal | 22 | 361 | 201 | 135 | 0 | 56 | 5 | 226 | 131 | 63 |
| Binary | 10010 | 11110001 | 10000001 | 1011101 | 0 | 101110 | 101 | 10010110 | 1011001 | 110011 |
Color Harmonies of #12F181
Complementary color
Monochromatic Colors of #12F181
Black with #12F181
Text Example
Text Example
White with #12F181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F181; }
p { color: rgb(18,241,129); }
H1.HeaderClassName
{
color: #12F181;
}
.AnyTagClassName
{
color: #12F181;
}
</style>
background-color css
<style>
a { background-color: #12F181; }
a { background-color: rgb(18,241,129); }
div.DivClassName
{
background-color: #12F181;
}
.BgClassName
{
background-color: #12F181;
}
</style>
border-color css
<style>
span { border-color: #12F181; }
span { border-color: rgb(18,241,129); }
td.TdClassName
{
border-color: #12F181;
}
.TagClassName
{
border-color: #12F181;
}
</style>