Shades of Free Speech Green #12E229
Tints of Free Speech Green #12E229
RGB
CMYK
RGB Variations
Color information
#12E229 (or 0x12E229) is known color: Free Speech Green. HEX triplet: 12, E2 and 29. RGB value is (18,226,41). Sum of RGB (Red+Green+Blue) = 18+226+41=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 226 (88.67% from 255 or 79.30% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 226 - color contains mainly: green. Hex color #12E229 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E229 is #ED1DD6. Grayscale: #8F8F8F. Windows color (decimal): -15539671 or 2744850. OLE color: 2744850.
HSL color Cylindrical-coordinate representation of color #12E229: hue angle of 126.63º 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 #12E229 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 226 | 41 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.11 |
| HSL | 126.63º | 0.85% | 0.48% | - |
| HSV(B) | 126.63º | 0.92% | 0.89% | - |
| XYZ | 27.85 | 54.68 | 11.18 | - |
| YUV | 142.72 | 70.59 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 226 | 41 | 0.92 | 0 | 0.82 | 0.11 | 126.63 | 0.85 | 0.48 |
| Hex | 12 | E2 | 29 | 5C | 0 | 52 | B | 7F | 55 | 30 |
| Octal | 22 | 342 | 51 | 134 | 0 | 122 | 13 | 177 | 125 | 60 |
| Binary | 10010 | 11100010 | 101001 | 1011100 | 0 | 1010010 | 1011 | 1111111 | 1010101 | 110000 |
Color Harmonies of #12E229
Complementary color
Monochromatic Colors of #12E229
Black with #12E229
Text Example
Text Example
White with #12E229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E229; }
p { color: rgb(18,226,41); }
H1.HeaderClassName
{
color: #12E229;
}
.AnyTagClassName
{
color: #12E229;
}
</style>
background-color css
<style>
a { background-color: #12E229; }
a { background-color: rgb(18,226,41); }
div.DivClassName
{
background-color: #12E229;
}
.BgClassName
{
background-color: #12E229;
}
</style>
border-color css
<style>
span { border-color: #12E229; }
span { border-color: rgb(18,226,41); }
td.TdClassName
{
border-color: #12E229;
}
.TagClassName
{
border-color: #12E229;
}
</style>