Shades of Spring Green #12FF69
Tints of Spring Green #12FF69
RGB
CMYK
RGB Variations
Color information
#12FF69 (or 0x12FF69) is known color: Spring Green. HEX triplet: 12, FF and 69. RGB value is (18,255,105). Sum of RGB (Red+Green+Blue) = 18+255+105=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FF69 is #ED0096. Grayscale: #A7A7A7. Windows color (decimal): -15532183 or 6946578. OLE color: 6946578.
HSL color Cylindrical-coordinate representation of color #12FF69: hue angle of 142.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FF69 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 105 | - |
| CMYK | 0.93 | 0 | 0.59 | 0 |
| HSL | 142.03º | 1% | 0.54% | - |
| HSV(B) | 142.03º | 0.93% | 1% | - |
| XYZ | 38.56 | 72.67 | 25.36 | - |
| YUV | 167.04 | 92.98 | 21.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 105 | 0.93 | 0 | 0.59 | 0 | 142.03 | 1 | 0.54 |
| Hex | 12 | FF | 69 | 5D | 0 | 3B | 0 | 8E | 64 | 36 |
| Octal | 22 | 377 | 151 | 135 | 0 | 73 | 0 | 216 | 144 | 66 |
| Binary | 10010 | 11111111 | 1101001 | 1011101 | 0 | 111011 | 0 | 10001110 | 1100100 | 110110 |
Color Harmonies of #12FF69
Complementary color
Monochromatic Colors of #12FF69
Black with #12FF69
Text Example
Text Example
White with #12FF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FF69; }
p { color: rgb(18,255,105); }
H1.HeaderClassName
{
color: #12FF69;
}
.AnyTagClassName
{
color: #12FF69;
}
</style>
background-color css
<style>
a { background-color: #12FF69; }
a { background-color: rgb(18,255,105); }
div.DivClassName
{
background-color: #12FF69;
}
.BgClassName
{
background-color: #12FF69;
}
</style>
border-color css
<style>
span { border-color: #12FF69; }
span { border-color: rgb(18,255,105); }
td.TdClassName
{
border-color: #12FF69;
}
.TagClassName
{
border-color: #12FF69;
}
</style>