Shades of Spring Green #12E285
Tints of Spring Green #12E285
RGB
CMYK
RGB Variations
Color information
#12E285 (or 0x12E285) is known color: Spring Green. HEX triplet: 12, E2 and 85. RGB value is (18,226,133). Sum of RGB (Red+Green+Blue) = 18+226+133=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 226 (88.67% from 255 or 59.95% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 226 - color contains mainly: green. Hex color #12E285 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E285 is #ED1D7A. Grayscale: #999999. Windows color (decimal): -15539579 or 8774162. OLE color: 8774162.
HSL color Cylindrical-coordinate representation of color #12E285: hue angle of 153.17º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E285 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 226 | 133 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.11 |
| HSL | 153.17º | 0.85% | 0.48% | - |
| HSV(B) | 153.17º | 0.92% | 0.89% | - |
| XYZ | 31.68 | 56.21 | 31.37 | - |
| YUV | 153.21 | 116.59 | 31.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 226 | 133 | 0.92 | 0 | 0.41 | 0.11 | 153.17 | 0.85 | 0.48 |
| Hex | 12 | E2 | 85 | 5C | 0 | 29 | B | 99 | 55 | 30 |
| Octal | 22 | 342 | 205 | 134 | 0 | 51 | 13 | 231 | 125 | 60 |
| Binary | 10010 | 11100010 | 10000101 | 1011100 | 0 | 101001 | 1011 | 10011001 | 1010101 | 110000 |
Color Harmonies of #12E285
Complementary color
Monochromatic Colors of #12E285
Black with #12E285
Text Example
Text Example
White with #12E285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E285; }
p { color: rgb(18,226,133); }
H1.HeaderClassName
{
color: #12E285;
}
.AnyTagClassName
{
color: #12E285;
}
</style>
background-color css
<style>
a { background-color: #12E285; }
a { background-color: rgb(18,226,133); }
div.DivClassName
{
background-color: #12E285;
}
.BgClassName
{
background-color: #12E285;
}
</style>
border-color css
<style>
span { border-color: #12E285; }
span { border-color: rgb(18,226,133); }
td.TdClassName
{
border-color: #12E285;
}
.TagClassName
{
border-color: #12E285;
}
</style>