Shades of Spring Green #12F17D
Tints of Spring Green #12F17D
RGB
CMYK
RGB Variations
Color information
#12F17D (or 0x12F17D) is known color: Spring Green. HEX triplet: 12, F1 and 7D. RGB value is (18,241,125). Sum of RGB (Red+Green+Blue) = 18+241+125=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 241 (94.53% from 255 or 62.76% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 241 - color contains mainly: green. Hex color #12F17D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F17D is #ED0E82. Grayscale: #A1A1A1. Windows color (decimal): -15535747 or 8253714. OLE color: 8253714.
HSL color Cylindrical-coordinate representation of color #12F17D: hue angle of 148.79º 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 #12F17D is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 241 | 125 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.05 |
| HSL | 148.79º | 0.89% | 0.51% | - |
| HSV(B) | 148.79º | 0.93% | 0.95% | - |
| XYZ | 35.41 | 64.52 | 29.99 | - |
| YUV | 161.1 | 107.62 | 25.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 241 | 125 | 0.93 | 0 | 0.48 | 0.05 | 148.79 | 0.89 | 0.51 |
| Hex | 12 | F1 | 7D | 5D | 0 | 30 | 5 | 95 | 59 | 33 |
| Octal | 22 | 361 | 175 | 135 | 0 | 60 | 5 | 225 | 131 | 63 |
| Binary | 10010 | 11110001 | 1111101 | 1011101 | 0 | 110000 | 101 | 10010101 | 1011001 | 110011 |
Color Harmonies of #12F17D
Complementary color
Monochromatic Colors of #12F17D
Black with #12F17D
Text Example
Text Example
White with #12F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F17D; }
p { color: rgb(18,241,125); }
H1.HeaderClassName
{
color: #12F17D;
}
.AnyTagClassName
{
color: #12F17D;
}
</style>
background-color css
<style>
a { background-color: #12F17D; }
a { background-color: rgb(18,241,125); }
div.DivClassName
{
background-color: #12F17D;
}
.BgClassName
{
background-color: #12F17D;
}
</style>
border-color css
<style>
span { border-color: #12F17D; }
span { border-color: rgb(18,241,125); }
td.TdClassName
{
border-color: #12F17D;
}
.TagClassName
{
border-color: #12F17D;
}
</style>