Shades of Spring Green #12F688
Tints of Spring Green #12F688
RGB
CMYK
RGB Variations
Color information
#12F688 (or 0x12F688) is known color: Spring Green. HEX triplet: 12, F6 and 88. RGB value is (18,246,136). Sum of RGB (Red+Green+Blue) = 18+246+136=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 246 (96.48% from 255 or 61.5% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 246 - color contains mainly: green. Hex color #12F688 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F688 is #ED0977. Grayscale: #A5A5A5. Windows color (decimal): -15534456 or 8975890. OLE color: 8975890.
HSL color Cylindrical-coordinate representation of color #12F688: hue angle of 151.05º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F688 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 246 | 136 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.04 |
| HSL | 151.05º | 0.93% | 0.52% | - |
| HSV(B) | 151.05º | 0.93% | 0.96% | - |
| XYZ | 37.65 | 67.82 | 34.4 | - |
| YUV | 165.29 | 111.46 | 22.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 246 | 136 | 0.93 | 0 | 0.45 | 0.04 | 151.05 | 0.93 | 0.52 |
| Hex | 12 | F6 | 88 | 5D | 0 | 2D | 4 | 97 | 5D | 34 |
| Octal | 22 | 366 | 210 | 135 | 0 | 55 | 4 | 227 | 135 | 64 |
| Binary | 10010 | 11110110 | 10001000 | 1011101 | 0 | 101101 | 100 | 10010111 | 1011101 | 110100 |
Color Harmonies of #12F688
Complementary color
Monochromatic Colors of #12F688
Black with #12F688
Text Example
Text Example
White with #12F688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F688; }
p { color: rgb(18,246,136); }
H1.HeaderClassName
{
color: #12F688;
}
.AnyTagClassName
{
color: #12F688;
}
</style>
background-color css
<style>
a { background-color: #12F688; }
a { background-color: rgb(18,246,136); }
div.DivClassName
{
background-color: #12F688;
}
.BgClassName
{
background-color: #12F688;
}
</style>
border-color css
<style>
span { border-color: #12F688; }
span { border-color: rgb(18,246,136); }
td.TdClassName
{
border-color: #12F688;
}
.TagClassName
{
border-color: #12F688;
}
</style>