Shades of Spring Green #12F082
Tints of Spring Green #12F082
RGB
CMYK
RGB Variations
Color information
#12F082 (or 0x12F082) is known color: Spring Green. HEX triplet: 12, F0 and 82. RGB value is (18,240,130). Sum of RGB (Red+Green+Blue) = 18+240+130=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 240 (94.14% from 255 or 61.86% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 240 - color contains mainly: green. Hex color #12F082 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F082 is #ED0F7D. Grayscale: #A1A1A1. Windows color (decimal): -15535998 or 8581138. OLE color: 8581138.
HSL color Cylindrical-coordinate representation of color #12F082: hue angle of 150.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F082 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 130 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.06 |
| HSL | 150.27º | 0.88% | 0.51% | - |
| HSV(B) | 150.27º | 0.93% | 0.94% | - |
| XYZ | 35.44 | 64.06 | 31.62 | - |
| YUV | 161.08 | 110.45 | 25.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 130 | 0.92 | 0 | 0.46 | 0.06 | 150.27 | 0.88 | 0.51 |
| Hex | 12 | F0 | 82 | 5C | 0 | 2E | 6 | 96 | 58 | 33 |
| Octal | 22 | 360 | 202 | 134 | 0 | 56 | 6 | 226 | 130 | 63 |
| Binary | 10010 | 11110000 | 10000010 | 1011100 | 0 | 101110 | 110 | 10010110 | 1011000 | 110011 |
Color Harmonies of #12F082
Complementary color
Monochromatic Colors of #12F082
Black with #12F082
Text Example
Text Example
White with #12F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F082; }
p { color: rgb(18,240,130); }
H1.HeaderClassName
{
color: #12F082;
}
.AnyTagClassName
{
color: #12F082;
}
</style>
background-color css
<style>
a { background-color: #12F082; }
a { background-color: rgb(18,240,130); }
div.DivClassName
{
background-color: #12F082;
}
.BgClassName
{
background-color: #12F082;
}
</style>
border-color css
<style>
span { border-color: #12F082; }
span { border-color: rgb(18,240,130); }
td.TdClassName
{
border-color: #12F082;
}
.TagClassName
{
border-color: #12F082;
}
</style>