Shades of Free Speech Green #12E423
Tints of Free Speech Green #12E423
RGB
CMYK
RGB Variations
Color information
#12E423 (or 0x12E423) is known color: Free Speech Green. HEX triplet: 12, E4 and 23. RGB value is (18,228,35). Sum of RGB (Red+Green+Blue) = 18+228+35=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 228 (89.45% from 255 or 81.14% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 228 - color contains mainly: green. Hex color #12E423 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E423 is #ED1BDC. Grayscale: #8F8F8F. Windows color (decimal): -15539165 or 2352146. OLE color: 2352146.
HSL color Cylindrical-coordinate representation of color #12E423: hue angle of 124.86º 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 #12E423 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 228 | 35 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.11 |
| HSL | 124.86º | 0.85% | 0.48% | - |
| HSV(B) | 124.86º | 0.92% | 0.89% | - |
| XYZ | 28.3 | 55.74 | 10.86 | - |
| YUV | 143.21 | 66.93 | 38.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 228 | 35 | 0.92 | 0 | 0.85 | 0.11 | 124.86 | 0.85 | 0.48 |
| Hex | 12 | E4 | 23 | 5C | 0 | 55 | B | 7D | 55 | 30 |
| Octal | 22 | 344 | 43 | 134 | 0 | 125 | 13 | 175 | 125 | 60 |
| Binary | 10010 | 11100100 | 100011 | 1011100 | 0 | 1010101 | 1011 | 1111101 | 1010101 | 110000 |
Color Harmonies of #12E423
Complementary color
Monochromatic Colors of #12E423
Black with #12E423
Text Example
Text Example
White with #12E423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E423; }
p { color: rgb(18,228,35); }
H1.HeaderClassName
{
color: #12E423;
}
.AnyTagClassName
{
color: #12E423;
}
</style>
background-color css
<style>
a { background-color: #12E423; }
a { background-color: rgb(18,228,35); }
div.DivClassName
{
background-color: #12E423;
}
.BgClassName
{
background-color: #12E423;
}
</style>
border-color css
<style>
span { border-color: #12E423; }
span { border-color: rgb(18,228,35); }
td.TdClassName
{
border-color: #12E423;
}
.TagClassName
{
border-color: #12E423;
}
</style>