Shades of Spring Green #12DF80
Tints of Spring Green #12DF80
RGB
CMYK
RGB Variations
Color information
#12DF80 (or 0x12DF80) is known color: Spring Green. HEX triplet: 12, DF and 80. RGB value is (18,223,128). Sum of RGB (Red+Green+Blue) = 18+223+128=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DF80 is #ED207F. Grayscale: #979797. Windows color (decimal): -15540352 or 8445714. OLE color: 8445714.
HSL color Cylindrical-coordinate representation of color #12DF80: hue angle of 152.2º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DF80 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 128 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.13 |
| HSL | 152.2º | 0.85% | 0.47% | - |
| HSV(B) | 152.2º | 0.92% | 0.87% | - |
| XYZ | 30.53 | 54.46 | 29.33 | - |
| YUV | 150.88 | 115.08 | 33.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 128 | 0.92 | 0 | 0.43 | 0.13 | 152.2 | 0.85 | 0.47 |
| Hex | 12 | DF | 80 | 5C | 0 | 2B | D | 98 | 55 | 2F |
| Octal | 22 | 337 | 200 | 134 | 0 | 53 | 15 | 230 | 125 | 57 |
| Binary | 10010 | 11011111 | 10000000 | 1011100 | 0 | 101011 | 1101 | 10011000 | 1010101 | 101111 |
Color Harmonies of #12DF80
Complementary color
Monochromatic Colors of #12DF80
Black with #12DF80
Text Example
Text Example
White with #12DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF80; }
p { color: rgb(18,223,128); }
H1.HeaderClassName
{
color: #12DF80;
}
.AnyTagClassName
{
color: #12DF80;
}
</style>
background-color css
<style>
a { background-color: #12DF80; }
a { background-color: rgb(18,223,128); }
div.DivClassName
{
background-color: #12DF80;
}
.BgClassName
{
background-color: #12DF80;
}
</style>
border-color css
<style>
span { border-color: #12DF80; }
span { border-color: rgb(18,223,128); }
td.TdClassName
{
border-color: #12DF80;
}
.TagClassName
{
border-color: #12DF80;
}
</style>