Shades of Spring Green #12F06A
Tints of Spring Green #12F06A
RGB
CMYK
RGB Variations
Color information
#12F06A (or 0x12F06A) is known color: Spring Green. HEX triplet: 12, F0 and 6A. RGB value is (18,240,106). Sum of RGB (Red+Green+Blue) = 18+240+106=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 240 (94.14% from 255 or 65.93% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 240 - color contains mainly: green. Hex color #12F06A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F06A is #ED0F95. Grayscale: #9E9E9E. Windows color (decimal): -15536022 or 7008274. OLE color: 7008274.
HSL color Cylindrical-coordinate representation of color #12F06A: hue angle of 143.78º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F06A is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 106 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.06 |
| HSL | 143.78º | 0.88% | 0.51% | - |
| HSV(B) | 143.78º | 0.93% | 0.94% | - |
| XYZ | 34.01 | 63.49 | 24.1 | - |
| YUV | 158.35 | 98.45 | 27.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 106 | 0.92 | 0 | 0.56 | 0.06 | 143.78 | 0.88 | 0.51 |
| Hex | 12 | F0 | 6A | 5C | 0 | 38 | 6 | 90 | 58 | 33 |
| Octal | 22 | 360 | 152 | 134 | 0 | 70 | 6 | 220 | 130 | 63 |
| Binary | 10010 | 11110000 | 1101010 | 1011100 | 0 | 111000 | 110 | 10010000 | 1011000 | 110011 |
Color Harmonies of #12F06A
Complementary color
Monochromatic Colors of #12F06A
Black with #12F06A
Text Example
Text Example
White with #12F06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F06A; }
p { color: rgb(18,240,106); }
H1.HeaderClassName
{
color: #12F06A;
}
.AnyTagClassName
{
color: #12F06A;
}
</style>
background-color css
<style>
a { background-color: #12F06A; }
a { background-color: rgb(18,240,106); }
div.DivClassName
{
background-color: #12F06A;
}
.BgClassName
{
background-color: #12F06A;
}
</style>
border-color css
<style>
span { border-color: #12F06A; }
span { border-color: rgb(18,240,106); }
td.TdClassName
{
border-color: #12F06A;
}
.TagClassName
{
border-color: #12F06A;
}
</style>