Shades of Spring Green #12FF6F
Tints of Spring Green #12FF6F
RGB
CMYK
RGB Variations
Color information
#12FF6F (or 0x12FF6F) is known color: Spring Green. HEX triplet: 12, FF and 6F. RGB value is (18,255,111). Sum of RGB (Red+Green+Blue) = 18+255+111=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 255 (100% from 255 or 66.41% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF6F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FF6F is #ED0090. Grayscale: #A8A8A8. Windows color (decimal): -15532177 or 7339794. OLE color: 7339794.
HSL color Cylindrical-coordinate representation of color #12FF6F: hue angle of 143.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FF6F is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 111 | - |
| CMYK | 0.93 | 0 | 0.56 | 0 |
| HSL | 143.54º | 1% | 0.54% | - |
| HSV(B) | 143.54º | 0.93% | 1% | - |
| XYZ | 38.88 | 72.8 | 27.04 | - |
| YUV | 167.72 | 95.98 | 21.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 111 | 0.93 | 0 | 0.56 | 0 | 143.54 | 1 | 0.54 |
| Hex | 12 | FF | 6F | 5D | 0 | 38 | 0 | 90 | 64 | 36 |
| Octal | 22 | 377 | 157 | 135 | 0 | 70 | 0 | 220 | 144 | 66 |
| Binary | 10010 | 11111111 | 1101111 | 1011101 | 0 | 111000 | 0 | 10010000 | 1100100 | 110110 |
Color Harmonies of #12FF6F
Complementary color
Monochromatic Colors of #12FF6F
Black with #12FF6F
Text Example
Text Example
White with #12FF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FF6F; }
p { color: rgb(18,255,111); }
H1.HeaderClassName
{
color: #12FF6F;
}
.AnyTagClassName
{
color: #12FF6F;
}
</style>
background-color css
<style>
a { background-color: #12FF6F; }
a { background-color: rgb(18,255,111); }
div.DivClassName
{
background-color: #12FF6F;
}
.BgClassName
{
background-color: #12FF6F;
}
</style>
border-color css
<style>
span { border-color: #12FF6F; }
span { border-color: rgb(18,255,111); }
td.TdClassName
{
border-color: #12FF6F;
}
.TagClassName
{
border-color: #12FF6F;
}
</style>