Shades of Free Speech Green #12F219
Tints of Free Speech Green #12F219
RGB
CMYK
RGB Variations
Color information
#12F219 (or 0x12F219) is known color: Free Speech Green. HEX triplet: 12, F2 and 19. RGB value is (18,242,25). Sum of RGB (Red+Green+Blue) = 18+242+25=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 242 (94.92% from 255 or 84.91% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 242 - color contains mainly: green. Hex color #12F219 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F219 is #ED0DE6. Grayscale: #969696. Windows color (decimal): -15535591 or 1700370. OLE color: 1700370.
HSL color Cylindrical-coordinate representation of color #12F219: hue angle of 121.88º 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 #12F219 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 242 | 25 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.05 |
| HSL | 121.88º | 0.9% | 0.51% | - |
| HSV(B) | 121.88º | 0.93% | 0.95% | - |
| XYZ | 32.18 | 63.7 | 11.52 | - |
| YUV | 150.29 | 57.29 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 242 | 25 | 0.93 | 0 | 0.90 | 0.05 | 121.88 | 0.9 | 0.51 |
| Hex | 12 | F2 | 19 | 5D | 0 | 5A | 5 | 7A | 5A | 33 |
| Octal | 22 | 362 | 31 | 135 | 0 | 132 | 5 | 172 | 132 | 63 |
| Binary | 10010 | 11110010 | 11001 | 1011101 | 0 | 1011010 | 101 | 1111010 | 1011010 | 110011 |
Color Harmonies of #12F219
Complementary color
Monochromatic Colors of #12F219
Black with #12F219
Text Example
Text Example
White with #12F219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F219; }
p { color: rgb(18,242,25); }
H1.HeaderClassName
{
color: #12F219;
}
.AnyTagClassName
{
color: #12F219;
}
</style>
background-color css
<style>
a { background-color: #12F219; }
a { background-color: rgb(18,242,25); }
div.DivClassName
{
background-color: #12F219;
}
.BgClassName
{
background-color: #12F219;
}
</style>
border-color css
<style>
span { border-color: #12F219; }
span { border-color: rgb(18,242,25); }
td.TdClassName
{
border-color: #12F219;
}
.TagClassName
{
border-color: #12F219;
}
</style>