Shades of Spring Green #12F286
Tints of Spring Green #12F286
RGB
CMYK
RGB Variations
Color information
#12F286 (or 0x12F286) is known color: Spring Green. HEX triplet: 12, F2 and 86. RGB value is (18,242,134). Sum of RGB (Red+Green+Blue) = 18+242+134=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 242 (94.92% from 255 or 61.42% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 242 - color contains mainly: green. Hex color #12F286 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F286 is #ED0D79. Grayscale: #A2A2A2. Windows color (decimal): -15535482 or 8843794. OLE color: 8843794.
HSL color Cylindrical-coordinate representation of color #12F286: hue angle of 151.07º degrees, saturation: 0.9, 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 #12F286 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 242 | 134 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.05 |
| HSL | 151.07º | 0.9% | 0.51% | - |
| HSV(B) | 151.07º | 0.93% | 0.95% | - |
| XYZ | 36.3 | 65.35 | 33.26 | - |
| YUV | 162.71 | 111.79 | 24.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 242 | 134 | 0.93 | 0 | 0.45 | 0.05 | 151.07 | 0.9 | 0.51 |
| Hex | 12 | F2 | 86 | 5D | 0 | 2D | 5 | 97 | 5A | 33 |
| Octal | 22 | 362 | 206 | 135 | 0 | 55 | 5 | 227 | 132 | 63 |
| Binary | 10010 | 11110010 | 10000110 | 1011101 | 0 | 101101 | 101 | 10010111 | 1011010 | 110011 |
Color Harmonies of #12F286
Complementary color
Monochromatic Colors of #12F286
Black with #12F286
Text Example
Text Example
White with #12F286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F286; }
p { color: rgb(18,242,134); }
H1.HeaderClassName
{
color: #12F286;
}
.AnyTagClassName
{
color: #12F286;
}
</style>
background-color css
<style>
a { background-color: #12F286; }
a { background-color: rgb(18,242,134); }
div.DivClassName
{
background-color: #12F286;
}
.BgClassName
{
background-color: #12F286;
}
</style>
border-color css
<style>
span { border-color: #12F286; }
span { border-color: rgb(18,242,134); }
td.TdClassName
{
border-color: #12F286;
}
.TagClassName
{
border-color: #12F286;
}
</style>