Shades of Free Speech Green #12E221
Tints of Free Speech Green #12E221
RGB
CMYK
RGB Variations
Color information
#12E221 (or 0x12E221) is known color: Free Speech Green. HEX triplet: 12, E2 and 21. RGB value is (18,226,33). Sum of RGB (Red+Green+Blue) = 18+226+33=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 226 (88.67% from 255 or 81.59% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 226 - color contains mainly: green. Hex color #12E221 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E221 is #ED1DDE. Grayscale: #8E8E8E. Windows color (decimal): -15539679 or 2220562. OLE color: 2220562.
HSL color Cylindrical-coordinate representation of color #12E221: hue angle of 124.33º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E221 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 226 | 33 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.11 |
| HSL | 124.33º | 0.85% | 0.48% | - |
| HSV(B) | 124.33º | 0.92% | 0.89% | - |
| XYZ | 27.72 | 54.63 | 10.52 | - |
| YUV | 141.81 | 66.59 | 39.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 226 | 33 | 0.92 | 0 | 0.85 | 0.11 | 124.33 | 0.85 | 0.48 |
| Hex | 12 | E2 | 21 | 5C | 0 | 55 | B | 7C | 55 | 30 |
| Octal | 22 | 342 | 41 | 134 | 0 | 125 | 13 | 174 | 125 | 60 |
| Binary | 10010 | 11100010 | 100001 | 1011100 | 0 | 1010101 | 1011 | 1111100 | 1010101 | 110000 |
Color Harmonies of #12E221
Complementary color
Monochromatic Colors of #12E221
Black with #12E221
Text Example
Text Example
White with #12E221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E221; }
p { color: rgb(18,226,33); }
H1.HeaderClassName
{
color: #12E221;
}
.AnyTagClassName
{
color: #12E221;
}
</style>
background-color css
<style>
a { background-color: #12E221; }
a { background-color: rgb(18,226,33); }
div.DivClassName
{
background-color: #12E221;
}
.BgClassName
{
background-color: #12E221;
}
</style>
border-color css
<style>
span { border-color: #12E221; }
span { border-color: rgb(18,226,33); }
td.TdClassName
{
border-color: #12E221;
}
.TagClassName
{
border-color: #12E221;
}
</style>