Shades of Spring Green #12DF82
Tints of Spring Green #12DF82
RGB
CMYK
RGB Variations
Color information
#12DF82 (or 0x12DF82) is known color: Spring Green. HEX triplet: 12, DF and 82. RGB value is (18,223,130). Sum of RGB (Red+Green+Blue) = 18+223+130=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 223 (87.5% from 255 or 60.11% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DF82 is #ED207D. Grayscale: #979797. Windows color (decimal): -15540350 or 8576786. OLE color: 8576786.
HSL color Cylindrical-coordinate representation of color #12DF82: hue angle of 152.78º 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 #12DF82 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 130 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.13 |
| HSL | 152.78º | 0.85% | 0.47% | - |
| HSV(B) | 152.78º | 0.92% | 0.87% | - |
| XYZ | 30.67 | 54.52 | 30.03 | - |
| YUV | 151.1 | 116.08 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 130 | 0.92 | 0 | 0.42 | 0.13 | 152.78 | 0.85 | 0.47 |
| Hex | 12 | DF | 82 | 5C | 0 | 2A | D | 99 | 55 | 2F |
| Octal | 22 | 337 | 202 | 134 | 0 | 52 | 15 | 231 | 125 | 57 |
| Binary | 10010 | 11011111 | 10000010 | 1011100 | 0 | 101010 | 1101 | 10011001 | 1010101 | 101111 |
Color Harmonies of #12DF82
Complementary color
Monochromatic Colors of #12DF82
Black with #12DF82
Text Example
Text Example
White with #12DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF82; }
p { color: rgb(18,223,130); }
H1.HeaderClassName
{
color: #12DF82;
}
.AnyTagClassName
{
color: #12DF82;
}
</style>
background-color css
<style>
a { background-color: #12DF82; }
a { background-color: rgb(18,223,130); }
div.DivClassName
{
background-color: #12DF82;
}
.BgClassName
{
background-color: #12DF82;
}
</style>
border-color css
<style>
span { border-color: #12DF82; }
span { border-color: rgb(18,223,130); }
td.TdClassName
{
border-color: #12DF82;
}
.TagClassName
{
border-color: #12DF82;
}
</style>