Shades of Spring Green #12DC7B
Tints of Spring Green #12DC7B
RGB
CMYK
RGB Variations
Color information
#12DC7B (or 0x12DC7B) is known color: Spring Green. HEX triplet: 12, DC and 7B. RGB value is (18,220,123). Sum of RGB (Red+Green+Blue) = 18+220+123=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DC7B is #ED2384. Grayscale: #949494. Windows color (decimal): -15541125 or 8117266. OLE color: 8117266.
HSL color Cylindrical-coordinate representation of color #12DC7B: hue angle of 151.19º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DC7B is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 123 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.14 |
| HSL | 151.19º | 0.85% | 0.47% | - |
| HSV(B) | 151.19º | 0.92% | 0.86% | - |
| XYZ | 29.42 | 52.75 | 27.37 | - |
| YUV | 148.54 | 113.58 | 34.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 123 | 0.92 | 0 | 0.44 | 0.14 | 151.19 | 0.85 | 0.47 |
| Hex | 12 | DC | 7B | 5C | 0 | 2C | E | 97 | 55 | 2F |
| Octal | 22 | 334 | 173 | 134 | 0 | 54 | 16 | 227 | 125 | 57 |
| Binary | 10010 | 11011100 | 1111011 | 1011100 | 0 | 101100 | 1110 | 10010111 | 1010101 | 101111 |
Color Harmonies of #12DC7B
Complementary color
Monochromatic Colors of #12DC7B
Black with #12DC7B
Text Example
Text Example
White with #12DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC7B; }
p { color: rgb(18,220,123); }
H1.HeaderClassName
{
color: #12DC7B;
}
.AnyTagClassName
{
color: #12DC7B;
}
</style>
background-color css
<style>
a { background-color: #12DC7B; }
a { background-color: rgb(18,220,123); }
div.DivClassName
{
background-color: #12DC7B;
}
.BgClassName
{
background-color: #12DC7B;
}
</style>
border-color css
<style>
span { border-color: #12DC7B; }
span { border-color: rgb(18,220,123); }
td.TdClassName
{
border-color: #12DC7B;
}
.TagClassName
{
border-color: #12DC7B;
}
</style>