Shades of Free Speech Green #12E522
Tints of Free Speech Green #12E522
RGB
CMYK
RGB Variations
Color information
#12E522 (or 0x12E522) is known color: Free Speech Green. HEX triplet: 12, E5 and 22. RGB value is (18,229,34). Sum of RGB (Red+Green+Blue) = 18+229+34=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 229 (89.84% from 255 or 81.49% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 229 - color contains mainly: green. Hex color #12E522 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E522 is #ED1ADD. Grayscale: #909090. Windows color (decimal): -15538910 or 2286866. OLE color: 2286866.
HSL color Cylindrical-coordinate representation of color #12E522: hue angle of 124.55º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E522 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 229 | 34 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.10 |
| HSL | 124.55º | 0.85% | 0.48% | - |
| HSV(B) | 124.55º | 0.92% | 0.9% | - |
| XYZ | 28.56 | 56.28 | 10.87 | - |
| YUV | 143.68 | 66.1 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 229 | 34 | 0.92 | 0 | 0.85 | 0.10 | 124.55 | 0.85 | 0.48 |
| Hex | 12 | E5 | 22 | 5C | 0 | 55 | A | 7D | 55 | 30 |
| Octal | 22 | 345 | 42 | 134 | 0 | 125 | 12 | 175 | 125 | 60 |
| Binary | 10010 | 11100101 | 100010 | 1011100 | 0 | 1010101 | 1010 | 1111101 | 1010101 | 110000 |
Color Harmonies of #12E522
Complementary color
Monochromatic Colors of #12E522
Black with #12E522
Text Example
Text Example
White with #12E522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E522; }
p { color: rgb(18,229,34); }
H1.HeaderClassName
{
color: #12E522;
}
.AnyTagClassName
{
color: #12E522;
}
</style>
background-color css
<style>
a { background-color: #12E522; }
a { background-color: rgb(18,229,34); }
div.DivClassName
{
background-color: #12E522;
}
.BgClassName
{
background-color: #12E522;
}
</style>
border-color css
<style>
span { border-color: #12E522; }
span { border-color: rgb(18,229,34); }
td.TdClassName
{
border-color: #12E522;
}
.TagClassName
{
border-color: #12E522;
}
</style>