Shades of Spring Green #12E084
Tints of Spring Green #12E084
RGB
CMYK
RGB Variations
Color information
#12E084 (or 0x12E084) is known color: Spring Green. HEX triplet: 12, E0 and 84. RGB value is (18,224,132). Sum of RGB (Red+Green+Blue) = 18+224+132=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 224 (87.89% from 255 or 59.89% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 224 - color contains mainly: green. Hex color #12E084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E084 is #ED1F7B. Grayscale: #989898. Windows color (decimal): -15540092 or 8708114. OLE color: 8708114.
HSL color Cylindrical-coordinate representation of color #12E084: hue angle of 153.2º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E084 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 224 | 132 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.12 |
| HSL | 153.2º | 0.85% | 0.47% | - |
| HSV(B) | 153.2º | 0.92% | 0.88% | - |
| XYZ | 31.07 | 55.11 | 30.83 | - |
| YUV | 151.92 | 116.75 | 32.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 224 | 132 | 0.92 | 0 | 0.41 | 0.12 | 153.2 | 0.85 | 0.47 |
| Hex | 12 | E0 | 84 | 5C | 0 | 29 | C | 99 | 55 | 2F |
| Octal | 22 | 340 | 204 | 134 | 0 | 51 | 14 | 231 | 125 | 57 |
| Binary | 10010 | 11100000 | 10000100 | 1011100 | 0 | 101001 | 1100 | 10011001 | 1010101 | 101111 |
Color Harmonies of #12E084
Complementary color
Monochromatic Colors of #12E084
Black with #12E084
Text Example
Text Example
White with #12E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E084; }
p { color: rgb(18,224,132); }
H1.HeaderClassName
{
color: #12E084;
}
.AnyTagClassName
{
color: #12E084;
}
</style>
background-color css
<style>
a { background-color: #12E084; }
a { background-color: rgb(18,224,132); }
div.DivClassName
{
background-color: #12E084;
}
.BgClassName
{
background-color: #12E084;
}
</style>
border-color css
<style>
span { border-color: #12E084; }
span { border-color: rgb(18,224,132); }
td.TdClassName
{
border-color: #12E084;
}
.TagClassName
{
border-color: #12E084;
}
</style>