Shades of Spring Green #12F17B
Tints of Spring Green #12F17B
RGB
CMYK
RGB Variations
Color information
#12F17B (or 0x12F17B) is known color: Spring Green. HEX triplet: 12, F1 and 7B. RGB value is (18,241,123). Sum of RGB (Red+Green+Blue) = 18+241+123=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #12F17B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F17B is #ED0E84. Grayscale: #A1A1A1. Windows color (decimal): -15535749 or 8122642. OLE color: 8122642.
HSL color Cylindrical-coordinate representation of color #12F17B: hue angle of 148.25º 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 #12F17B is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 241 | 123 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.05 |
| HSL | 148.25º | 0.89% | 0.51% | - |
| HSV(B) | 148.25º | 0.93% | 0.95% | - |
| XYZ | 35.28 | 64.47 | 29.32 | - |
| YUV | 160.87 | 106.62 | 26.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 241 | 123 | 0.93 | 0 | 0.49 | 0.05 | 148.25 | 0.89 | 0.51 |
| Hex | 12 | F1 | 7B | 5D | 0 | 31 | 5 | 94 | 59 | 33 |
| Octal | 22 | 361 | 173 | 135 | 0 | 61 | 5 | 224 | 131 | 63 |
| Binary | 10010 | 11110001 | 1111011 | 1011101 | 0 | 110001 | 101 | 10010100 | 1011001 | 110011 |
Color Harmonies of #12F17B
Complementary color
Monochromatic Colors of #12F17B
Black with #12F17B
Text Example
Text Example
White with #12F17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F17B; }
p { color: rgb(18,241,123); }
H1.HeaderClassName
{
color: #12F17B;
}
.AnyTagClassName
{
color: #12F17B;
}
</style>
background-color css
<style>
a { background-color: #12F17B; }
a { background-color: rgb(18,241,123); }
div.DivClassName
{
background-color: #12F17B;
}
.BgClassName
{
background-color: #12F17B;
}
</style>
border-color css
<style>
span { border-color: #12F17B; }
span { border-color: rgb(18,241,123); }
td.TdClassName
{
border-color: #12F17B;
}
.TagClassName
{
border-color: #12F17B;
}
</style>