Shades of Spring Green #12F381
Tints of Spring Green #12F381
RGB
CMYK
RGB Variations
Color information
#12F381 (or 0x12F381) is known color: Spring Green. HEX triplet: 12, F3 and 81. RGB value is (18,243,129). Sum of RGB (Red+Green+Blue) = 18+243+129=390 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.62% from 390); Green value is 243 (95.31% from 255 or 62.31% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 243 - color contains mainly: green. Hex color #12F381 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F381 is #ED0C7E. Grayscale: #A2A2A2. Windows color (decimal): -15535231 or 8516370. OLE color: 8516370.
HSL color Cylindrical-coordinate representation of color #12F381: hue angle of 149.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F381 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 243 | 129 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.05 |
| HSL | 149.6º | 0.9% | 0.51% | - |
| HSV(B) | 149.6º | 0.93% | 0.95% | - |
| XYZ | 36.26 | 65.81 | 31.56 | - |
| YUV | 162.73 | 108.96 | 24.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 243 | 129 | 0.93 | 0 | 0.47 | 0.05 | 149.6 | 0.9 | 0.51 |
| Hex | 12 | F3 | 81 | 5D | 0 | 2F | 5 | 96 | 5A | 33 |
| Octal | 22 | 363 | 201 | 135 | 0 | 57 | 5 | 226 | 132 | 63 |
| Binary | 10010 | 11110011 | 10000001 | 1011101 | 0 | 101111 | 101 | 10010110 | 1011010 | 110011 |
Color Harmonies of #12F381
Complementary color
Monochromatic Colors of #12F381
Black with #12F381
Text Example
Text Example
White with #12F381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F381; }
p { color: rgb(18,243,129); }
H1.HeaderClassName
{
color: #12F381;
}
.AnyTagClassName
{
color: #12F381;
}
</style>
background-color css
<style>
a { background-color: #12F381; }
a { background-color: rgb(18,243,129); }
div.DivClassName
{
background-color: #12F381;
}
.BgClassName
{
background-color: #12F381;
}
</style>
border-color css
<style>
span { border-color: #12F381; }
span { border-color: rgb(18,243,129); }
td.TdClassName
{
border-color: #12F381;
}
.TagClassName
{
border-color: #12F381;
}
</style>