Shades of Spring Green #12F189
Tints of Spring Green #12F189
RGB
CMYK
RGB Variations
Color information
#12F189 (or 0x12F189) is known color: Spring Green. HEX triplet: 12, F1 and 89. RGB value is (18,241,137). Sum of RGB (Red+Green+Blue) = 18+241+137=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 241 (94.53% from 255 or 60.86% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 241 - color contains mainly: green. Hex color #12F189 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F189 is #ED0E76. Grayscale: #A2A2A2. Windows color (decimal): -15535735 or 9040146. OLE color: 9040146.
HSL color Cylindrical-coordinate representation of color #12F189: hue angle of 152.02º 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 #12F189 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 241 | 137 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.05 |
| HSL | 152.02º | 0.89% | 0.51% | - |
| HSV(B) | 152.02º | 0.93% | 0.95% | - |
| XYZ | 36.22 | 64.85 | 34.27 | - |
| YUV | 162.47 | 113.62 | 24.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 241 | 137 | 0.93 | 0 | 0.43 | 0.05 | 152.02 | 0.89 | 0.51 |
| Hex | 12 | F1 | 89 | 5D | 0 | 2B | 5 | 98 | 59 | 33 |
| Octal | 22 | 361 | 211 | 135 | 0 | 53 | 5 | 230 | 131 | 63 |
| Binary | 10010 | 11110001 | 10001001 | 1011101 | 0 | 101011 | 101 | 10011000 | 1011001 | 110011 |
Color Harmonies of #12F189
Complementary color
Monochromatic Colors of #12F189
Black with #12F189
Text Example
Text Example
White with #12F189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F189; }
p { color: rgb(18,241,137); }
H1.HeaderClassName
{
color: #12F189;
}
.AnyTagClassName
{
color: #12F189;
}
</style>
background-color css
<style>
a { background-color: #12F189; }
a { background-color: rgb(18,241,137); }
div.DivClassName
{
background-color: #12F189;
}
.BgClassName
{
background-color: #12F189;
}
</style>
border-color css
<style>
span { border-color: #12F189; }
span { border-color: rgb(18,241,137); }
td.TdClassName
{
border-color: #12F189;
}
.TagClassName
{
border-color: #12F189;
}
</style>