Shades of Spring Green #12FE67
Tints of Spring Green #12FE67
RGB
CMYK
RGB Variations
Color information
#12FE67 (or 0x12FE67) is known color: Spring Green. HEX triplet: 12, FE and 67. RGB value is (18,254,103). Sum of RGB (Red+Green+Blue) = 18+254+103=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 254 (99.61% from 255 or 67.73% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE67 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FE67 is #ED0198. Grayscale: #A6A6A6. Windows color (decimal): -15532441 or 6815250. OLE color: 6815250.
HSL color Cylindrical-coordinate representation of color #12FE67: hue angle of 141.61º 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 #12FE67 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 103 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.00 |
| HSL | 141.61º | 0.99% | 0.53% | - |
| HSV(B) | 141.61º | 0.93% | 1% | - |
| XYZ | 38.14 | 71.99 | 24.72 | - |
| YUV | 166.22 | 92.31 | 22.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 103 | 0.93 | 0 | 0.59 | 0.00 | 141.61 | 0.99 | 0.53 |
| Hex | 12 | FE | 67 | 5D | 0 | 3B | 0 | 8E | 63 | 35 |
| Octal | 22 | 376 | 147 | 135 | 0 | 73 | 0 | 216 | 143 | 65 |
| Binary | 10010 | 11111110 | 1100111 | 1011101 | 0 | 111011 | 0 | 10001110 | 1100011 | 110101 |
Color Harmonies of #12FE67
Complementary color
Monochromatic Colors of #12FE67
Black with #12FE67
Text Example
Text Example
White with #12FE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FE67; }
p { color: rgb(18,254,103); }
H1.HeaderClassName
{
color: #12FE67;
}
.AnyTagClassName
{
color: #12FE67;
}
</style>
background-color css
<style>
a { background-color: #12FE67; }
a { background-color: rgb(18,254,103); }
div.DivClassName
{
background-color: #12FE67;
}
.BgClassName
{
background-color: #12FE67;
}
</style>
border-color css
<style>
span { border-color: #12FE67; }
span { border-color: rgb(18,254,103); }
td.TdClassName
{
border-color: #12FE67;
}
.TagClassName
{
border-color: #12FE67;
}
</style>