Shades of Spring Green #12F970
Tints of Spring Green #12F970
RGB
CMYK
RGB Variations
Color information
#12F970 (or 0x12F970) is known color: Spring Green. HEX triplet: 12, F9 and 70. RGB value is (18,249,112). Sum of RGB (Red+Green+Blue) = 18+249+112=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 249 (97.66% from 255 or 65.70% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 249 - color contains mainly: green. Hex color #12F970 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F970 is #ED068F. Grayscale: #A4A4A4. Windows color (decimal): -15533712 or 7403794. OLE color: 7403794.
HSL color Cylindrical-coordinate representation of color #12F970: hue angle of 144.42º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F970 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 249 | 112 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.02 |
| HSL | 144.42º | 0.95% | 0.52% | - |
| HSV(B) | 144.42º | 0.93% | 0.98% | - |
| XYZ | 37.05 | 69.05 | 26.7 | - |
| YUV | 164.31 | 98.47 | 23.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 249 | 112 | 0.93 | 0 | 0.55 | 0.02 | 144.42 | 0.95 | 0.52 |
| Hex | 12 | F9 | 70 | 5D | 0 | 37 | 2 | 90 | 5F | 34 |
| Octal | 22 | 371 | 160 | 135 | 0 | 67 | 2 | 220 | 137 | 64 |
| Binary | 10010 | 11111001 | 1110000 | 1011101 | 0 | 110111 | 10 | 10010000 | 1011111 | 110100 |
Color Harmonies of #12F970
Complementary color
Monochromatic Colors of #12F970
Black with #12F970
Text Example
Text Example
White with #12F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F970; }
p { color: rgb(18,249,112); }
H1.HeaderClassName
{
color: #12F970;
}
.AnyTagClassName
{
color: #12F970;
}
</style>
background-color css
<style>
a { background-color: #12F970; }
a { background-color: rgb(18,249,112); }
div.DivClassName
{
background-color: #12F970;
}
.BgClassName
{
background-color: #12F970;
}
</style>
border-color css
<style>
span { border-color: #12F970; }
span { border-color: rgb(18,249,112); }
td.TdClassName
{
border-color: #12F970;
}
.TagClassName
{
border-color: #12F970;
}
</style>