Shades of Spring Green #12F085
Tints of Spring Green #12F085
RGB
CMYK
RGB Variations
Color information
#12F085 (or 0x12F085) is known color: Spring Green. HEX triplet: 12, F0 and 85. RGB value is (18,240,133). Sum of RGB (Red+Green+Blue) = 18+240+133=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 240 (94.14% from 255 or 61.38% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 240 - color contains mainly: green. Hex color #12F085 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F085 is #ED0F7A. Grayscale: #A1A1A1. Windows color (decimal): -15535995 or 8777746. OLE color: 8777746.
HSL color Cylindrical-coordinate representation of color #12F085: hue angle of 151.08º 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 #12F085 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 133 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.06 |
| HSL | 151.08º | 0.88% | 0.51% | - |
| HSV(B) | 151.08º | 0.93% | 0.94% | - |
| XYZ | 35.64 | 64.14 | 32.69 | - |
| YUV | 161.42 | 111.95 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 133 | 0.92 | 0 | 0.45 | 0.06 | 151.08 | 0.88 | 0.51 |
| Hex | 12 | F0 | 85 | 5C | 0 | 2D | 6 | 97 | 58 | 33 |
| Octal | 22 | 360 | 205 | 134 | 0 | 55 | 6 | 227 | 130 | 63 |
| Binary | 10010 | 11110000 | 10000101 | 1011100 | 0 | 101101 | 110 | 10010111 | 1011000 | 110011 |
Color Harmonies of #12F085
Complementary color
Monochromatic Colors of #12F085
Black with #12F085
Text Example
Text Example
White with #12F085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F085; }
p { color: rgb(18,240,133); }
H1.HeaderClassName
{
color: #12F085;
}
.AnyTagClassName
{
color: #12F085;
}
</style>
background-color css
<style>
a { background-color: #12F085; }
a { background-color: rgb(18,240,133); }
div.DivClassName
{
background-color: #12F085;
}
.BgClassName
{
background-color: #12F085;
}
</style>
border-color css
<style>
span { border-color: #12F085; }
span { border-color: rgb(18,240,133); }
td.TdClassName
{
border-color: #12F085;
}
.TagClassName
{
border-color: #12F085;
}
</style>