Shades of Free Speech Green #12E828
Tints of Free Speech Green #12E828
RGB
CMYK
RGB Variations
Color information
#12E828 (or 0x12E828) is known color: Free Speech Green. HEX triplet: 12, E8 and 28. RGB value is (18,232,40). Sum of RGB (Red+Green+Blue) = 18+232+40=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 232 (91.02% from 255 or 80% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 232 - color contains mainly: green. Hex color #12E828 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12E828 is #ED17D7. Grayscale: #929292. Windows color (decimal): -15538136 or 2680850. OLE color: 2680850.
HSL color Cylindrical-coordinate representation of color #12E828: hue angle of 126.17º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E828 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 232 | 40 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.09 |
| HSL | 126.17º | 0.86% | 0.49% | - |
| HSV(B) | 126.17º | 0.92% | 0.91% | - |
| XYZ | 29.49 | 58 | 11.65 | - |
| YUV | 146.13 | 68.1 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 232 | 40 | 0.92 | 0 | 0.83 | 0.09 | 126.17 | 0.86 | 0.49 |
| Hex | 12 | E8 | 28 | 5C | 0 | 53 | 9 | 7E | 56 | 31 |
| Octal | 22 | 350 | 50 | 134 | 0 | 123 | 11 | 176 | 126 | 61 |
| Binary | 10010 | 11101000 | 101000 | 1011100 | 0 | 1010011 | 1001 | 1111110 | 1010110 | 110001 |
Color Harmonies of #12E828
Complementary color
Monochromatic Colors of #12E828
Black with #12E828
Text Example
Text Example
White with #12E828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E828; }
p { color: rgb(18,232,40); }
H1.HeaderClassName
{
color: #12E828;
}
.AnyTagClassName
{
color: #12E828;
}
</style>
background-color css
<style>
a { background-color: #12E828; }
a { background-color: rgb(18,232,40); }
div.DivClassName
{
background-color: #12E828;
}
.BgClassName
{
background-color: #12E828;
}
</style>
border-color css
<style>
span { border-color: #12E828; }
span { border-color: rgb(18,232,40); }
td.TdClassName
{
border-color: #12E828;
}
.TagClassName
{
border-color: #12E828;
}
</style>