Shades of Spring Green #12FE66
Tints of Spring Green #12FE66
RGB
CMYK
RGB Variations
Color information
#12FE66 (or 0x12FE66) is known color: Spring Green. HEX triplet: 12, FE and 66. RGB value is (18,254,102). Sum of RGB (Red+Green+Blue) = 18+254+102=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 254 (99.61% from 255 or 67.91% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE66 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FE66 is #ED0199. Grayscale: #A6A6A6. Windows color (decimal): -15532442 or 6749714. OLE color: 6749714.
HSL color Cylindrical-coordinate representation of color #12FE66: hue angle of 141.36º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FE66 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 102 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.00 |
| HSL | 141.36º | 0.99% | 0.53% | - |
| HSV(B) | 141.36º | 0.93% | 1% | - |
| XYZ | 38.09 | 71.97 | 24.45 | - |
| YUV | 166.11 | 91.81 | 22.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 102 | 0.93 | 0 | 0.60 | 0.00 | 141.36 | 0.99 | 0.53 |
| Hex | 12 | FE | 66 | 5D | 0 | 3C | 0 | 8D | 63 | 35 |
| Octal | 22 | 376 | 146 | 135 | 0 | 74 | 0 | 215 | 143 | 65 |
| Binary | 10010 | 11111110 | 1100110 | 1011101 | 0 | 111100 | 0 | 10001101 | 1100011 | 110101 |
Color Harmonies of #12FE66
Complementary color
Monochromatic Colors of #12FE66
Black with #12FE66
Text Example
Text Example
White with #12FE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FE66; }
p { color: rgb(18,254,102); }
H1.HeaderClassName
{
color: #12FE66;
}
.AnyTagClassName
{
color: #12FE66;
}
</style>
background-color css
<style>
a { background-color: #12FE66; }
a { background-color: rgb(18,254,102); }
div.DivClassName
{
background-color: #12FE66;
}
.BgClassName
{
background-color: #12FE66;
}
</style>
border-color css
<style>
span { border-color: #12FE66; }
span { border-color: rgb(18,254,102); }
td.TdClassName
{
border-color: #12FE66;
}
.TagClassName
{
border-color: #12FE66;
}
</style>