Shades of Spring Green #12F182
Tints of Spring Green #12F182
RGB
CMYK
RGB Variations
Color information
#12F182 (or 0x12F182) is known color: Spring Green. HEX triplet: 12, F1 and 82. RGB value is (18,241,130). Sum of RGB (Red+Green+Blue) = 18+241+130=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 241 (94.53% from 255 or 61.95% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 241 - color contains mainly: green. Hex color #12F182 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F182 is #ED0E7D. Grayscale: #A1A1A1. Windows color (decimal): -15535742 or 8581394. OLE color: 8581394.
HSL color Cylindrical-coordinate representation of color #12F182: hue angle of 150.13º 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 #12F182 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 241 | 130 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.05 |
| HSL | 150.13º | 0.89% | 0.51% | - |
| HSV(B) | 150.13º | 0.93% | 0.95% | - |
| XYZ | 35.73 | 64.65 | 31.71 | - |
| YUV | 161.67 | 110.12 | 25.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 241 | 130 | 0.93 | 0 | 0.46 | 0.05 | 150.13 | 0.89 | 0.51 |
| Hex | 12 | F1 | 82 | 5D | 0 | 2E | 5 | 96 | 59 | 33 |
| Octal | 22 | 361 | 202 | 135 | 0 | 56 | 5 | 226 | 131 | 63 |
| Binary | 10010 | 11110001 | 10000010 | 1011101 | 0 | 101110 | 101 | 10010110 | 1011001 | 110011 |
Color Harmonies of #12F182
Complementary color
Monochromatic Colors of #12F182
Black with #12F182
Text Example
Text Example
White with #12F182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F182; }
p { color: rgb(18,241,130); }
H1.HeaderClassName
{
color: #12F182;
}
.AnyTagClassName
{
color: #12F182;
}
</style>
background-color css
<style>
a { background-color: #12F182; }
a { background-color: rgb(18,241,130); }
div.DivClassName
{
background-color: #12F182;
}
.BgClassName
{
background-color: #12F182;
}
</style>
border-color css
<style>
span { border-color: #12F182; }
span { border-color: rgb(18,241,130); }
td.TdClassName
{
border-color: #12F182;
}
.TagClassName
{
border-color: #12F182;
}
</style>