Shades of Free Speech Green #12F020
Tints of Free Speech Green #12F020
RGB
CMYK
RGB Variations
Color information
#12F020 (or 0x12F020) is known color: Free Speech Green. HEX triplet: 12, F0 and 20. RGB value is (18,240,32). Sum of RGB (Red+Green+Blue) = 18+240+32=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 240 (94.14% from 255 or 82.76% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 240 - color contains mainly: green. Hex color #12F020 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F020 is #ED0FDF. Grayscale: #969696. Windows color (decimal): -15536096 or 2158610. OLE color: 2158610.
HSL color Cylindrical-coordinate representation of color #12F020: hue angle of 123.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 #12F020 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 32 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.06 |
| HSL | 123.78º | 0.88% | 0.51% | - |
| HSV(B) | 123.78º | 0.93% | 0.94% | - |
| XYZ | 31.67 | 62.55 | 11.77 | - |
| YUV | 149.91 | 61.45 | 33.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 32 | 0.92 | 0 | 0.87 | 0.06 | 123.78 | 0.88 | 0.51 |
| Hex | 12 | F0 | 20 | 5C | 0 | 57 | 6 | 7C | 58 | 33 |
| Octal | 22 | 360 | 40 | 134 | 0 | 127 | 6 | 174 | 130 | 63 |
| Binary | 10010 | 11110000 | 100000 | 1011100 | 0 | 1010111 | 110 | 1111100 | 1011000 | 110011 |
Color Harmonies of #12F020
Complementary color
Monochromatic Colors of #12F020
Black with #12F020
Text Example
Text Example
White with #12F020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F020; }
p { color: rgb(18,240,32); }
H1.HeaderClassName
{
color: #12F020;
}
.AnyTagClassName
{
color: #12F020;
}
</style>
background-color css
<style>
a { background-color: #12F020; }
a { background-color: rgb(18,240,32); }
div.DivClassName
{
background-color: #12F020;
}
.BgClassName
{
background-color: #12F020;
}
</style>
border-color css
<style>
span { border-color: #12F020; }
span { border-color: rgb(18,240,32); }
td.TdClassName
{
border-color: #12F020;
}
.TagClassName
{
border-color: #12F020;
}
</style>