Shades of Free Speech Green #12E019
Tints of Free Speech Green #12E019
RGB
CMYK
RGB Variations
Color information
#12E019 (or 0x12E019) is known color: Free Speech Green. HEX triplet: 12, E0 and 19. RGB value is (18,224,25). Sum of RGB (Red+Green+Blue) = 18+224+25=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 224 (87.89% from 255 or 83.90% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 224 - color contains mainly: green. Hex color #12E019 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12E019 is #ED1FE6. Grayscale: #8C8C8C. Windows color (decimal): -15540199 or 1695762. OLE color: 1695762.
HSL color Cylindrical-coordinate representation of color #12E019: hue angle of 122.04º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E019 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 224 | 25 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.12 |
| HSL | 122.04º | 0.85% | 0.47% | - |
| HSV(B) | 122.04º | 0.92% | 0.88% | - |
| XYZ | 27.08 | 53.51 | 9.82 | - |
| YUV | 139.72 | 63.25 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 224 | 25 | 0.92 | 0 | 0.89 | 0.12 | 122.04 | 0.85 | 0.47 |
| Hex | 12 | E0 | 19 | 5C | 0 | 59 | C | 7A | 55 | 2F |
| Octal | 22 | 340 | 31 | 134 | 0 | 131 | 14 | 172 | 125 | 57 |
| Binary | 10010 | 11100000 | 11001 | 1011100 | 0 | 1011001 | 1100 | 1111010 | 1010101 | 101111 |
Color Harmonies of #12E019
Complementary color
Monochromatic Colors of #12E019
Black with #12E019
Text Example
Text Example
White with #12E019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E019; }
p { color: rgb(18,224,25); }
H1.HeaderClassName
{
color: #12E019;
}
.AnyTagClassName
{
color: #12E019;
}
</style>
background-color css
<style>
a { background-color: #12E019; }
a { background-color: rgb(18,224,25); }
div.DivClassName
{
background-color: #12E019;
}
.BgClassName
{
background-color: #12E019;
}
</style>
border-color css
<style>
span { border-color: #12E019; }
span { border-color: rgb(18,224,25); }
td.TdClassName
{
border-color: #12E019;
}
.TagClassName
{
border-color: #12E019;
}
</style>