Shades of Spring Green #12F468
Tints of Spring Green #12F468
RGB
CMYK
RGB Variations
Color information
#12F468 (or 0x12F468) is known color: Spring Green. HEX triplet: 12, F4 and 68. RGB value is (18,244,104). Sum of RGB (Red+Green+Blue) = 18+244+104=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 244 (95.70% from 255 or 66.67% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 244 - color contains mainly: green. Hex color #12F468 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F468 is #ED0B97. Grayscale: #A0A0A0. Windows color (decimal): -15535000 or 6878226. OLE color: 6878226.
HSL color Cylindrical-coordinate representation of color #12F468: hue angle of 142.83º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F468 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 244 | 104 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.04 |
| HSL | 142.83º | 0.91% | 0.51% | - |
| HSV(B) | 142.83º | 0.93% | 0.96% | - |
| XYZ | 35.1 | 65.83 | 23.95 | - |
| YUV | 160.47 | 96.13 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 244 | 104 | 0.93 | 0 | 0.57 | 0.04 | 142.83 | 0.91 | 0.51 |
| Hex | 12 | F4 | 68 | 5D | 0 | 39 | 4 | 8F | 5B | 33 |
| Octal | 22 | 364 | 150 | 135 | 0 | 71 | 4 | 217 | 133 | 63 |
| Binary | 10010 | 11110100 | 1101000 | 1011101 | 0 | 111001 | 100 | 10001111 | 1011011 | 110011 |
Color Harmonies of #12F468
Complementary color
Monochromatic Colors of #12F468
Black with #12F468
Text Example
Text Example
White with #12F468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F468; }
p { color: rgb(18,244,104); }
H1.HeaderClassName
{
color: #12F468;
}
.AnyTagClassName
{
color: #12F468;
}
</style>
background-color css
<style>
a { background-color: #12F468; }
a { background-color: rgb(18,244,104); }
div.DivClassName
{
background-color: #12F468;
}
.BgClassName
{
background-color: #12F468;
}
</style>
border-color css
<style>
span { border-color: #12F468; }
span { border-color: rgb(18,244,104); }
td.TdClassName
{
border-color: #12F468;
}
.TagClassName
{
border-color: #12F468;
}
</style>