Shades of Spring Green #12E688
Tints of Spring Green #12E688
RGB
CMYK
RGB Variations
Color information
#12E688 (or 0x12E688) is known color: Spring Green. HEX triplet: 12, E6 and 88. RGB value is (18,230,136). Sum of RGB (Red+Green+Blue) = 18+230+136=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 230 (90.23% from 255 or 59.90% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 230 - color contains mainly: green. Hex color #12E688 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12E688 is #ED1977. Grayscale: #9C9C9C. Windows color (decimal): -15538552 or 8971794. OLE color: 8971794.
HSL color Cylindrical-coordinate representation of color #12E688: hue angle of 153.4º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E688 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 230 | 136 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.10 |
| HSL | 153.4º | 0.85% | 0.49% | - |
| HSV(B) | 153.4º | 0.92% | 0.9% | - |
| XYZ | 32.99 | 58.5 | 32.85 | - |
| YUV | 155.9 | 116.76 | 29.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 230 | 136 | 0.92 | 0 | 0.41 | 0.10 | 153.4 | 0.85 | 0.49 |
| Hex | 12 | E6 | 88 | 5C | 0 | 29 | A | 99 | 55 | 31 |
| Octal | 22 | 346 | 210 | 134 | 0 | 51 | 12 | 231 | 125 | 61 |
| Binary | 10010 | 11100110 | 10001000 | 1011100 | 0 | 101001 | 1010 | 10011001 | 1010101 | 110001 |
Color Harmonies of #12E688
Complementary color
Monochromatic Colors of #12E688
Black with #12E688
Text Example
Text Example
White with #12E688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E688; }
p { color: rgb(18,230,136); }
H1.HeaderClassName
{
color: #12E688;
}
.AnyTagClassName
{
color: #12E688;
}
</style>
background-color css
<style>
a { background-color: #12E688; }
a { background-color: rgb(18,230,136); }
div.DivClassName
{
background-color: #12E688;
}
.BgClassName
{
background-color: #12E688;
}
</style>
border-color css
<style>
span { border-color: #12E688; }
span { border-color: rgb(18,230,136); }
td.TdClassName
{
border-color: #12E688;
}
.TagClassName
{
border-color: #12E688;
}
</style>