Shades of Spring Green #12F284
Tints of Spring Green #12F284
RGB
CMYK
RGB Variations
Color information
#12F284 (or 0x12F284) is known color: Spring Green. HEX triplet: 12, F2 and 84. RGB value is (18,242,132). Sum of RGB (Red+Green+Blue) = 18+242+132=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 242 (94.92% from 255 or 61.73% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 242 - color contains mainly: green. Hex color #12F284 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F284 is #ED0D7B. Grayscale: #A2A2A2. Windows color (decimal): -15535484 or 8712722. OLE color: 8712722.
HSL color Cylindrical-coordinate representation of color #12F284: hue angle of 150.54º 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 #12F284 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 242 | 132 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.05 |
| HSL | 150.54º | 0.9% | 0.51% | - |
| HSV(B) | 150.54º | 0.93% | 0.95% | - |
| XYZ | 36.17 | 65.3 | 32.53 | - |
| YUV | 162.48 | 110.79 | 24.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 242 | 132 | 0.93 | 0 | 0.45 | 0.05 | 150.54 | 0.9 | 0.51 |
| Hex | 12 | F2 | 84 | 5D | 0 | 2D | 5 | 97 | 5A | 33 |
| Octal | 22 | 362 | 204 | 135 | 0 | 55 | 5 | 227 | 132 | 63 |
| Binary | 10010 | 11110010 | 10000100 | 1011101 | 0 | 101101 | 101 | 10010111 | 1011010 | 110011 |
Color Harmonies of #12F284
Complementary color
Monochromatic Colors of #12F284
Black with #12F284
Text Example
Text Example
White with #12F284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F284; }
p { color: rgb(18,242,132); }
H1.HeaderClassName
{
color: #12F284;
}
.AnyTagClassName
{
color: #12F284;
}
</style>
background-color css
<style>
a { background-color: #12F284; }
a { background-color: rgb(18,242,132); }
div.DivClassName
{
background-color: #12F284;
}
.BgClassName
{
background-color: #12F284;
}
</style>
border-color css
<style>
span { border-color: #12F284; }
span { border-color: rgb(18,242,132); }
td.TdClassName
{
border-color: #12F284;
}
.TagClassName
{
border-color: #12F284;
}
</style>