Shades of Free Speech Green #12E619
Tints of Free Speech Green #12E619
RGB
CMYK
RGB Variations
Color information
#12E619 (or 0x12E619) is known color: Free Speech Green. HEX triplet: 12, E6 and 19. RGB value is (18,230,25). Sum of RGB (Red+Green+Blue) = 18+230+25=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 230 (90.23% from 255 or 84.25% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 230 - color contains mainly: green. Hex color #12E619 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12E619 is #ED19E6. Grayscale: #8F8F8F. Windows color (decimal): -15538663 or 1697298. OLE color: 1697298.
HSL color Cylindrical-coordinate representation of color #12E619: hue angle of 121.98º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E619 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 230 | 25 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.10 |
| HSL | 121.98º | 0.85% | 0.49% | - |
| HSV(B) | 121.98º | 0.92% | 0.9% | - |
| XYZ | 28.72 | 56.79 | 10.37 | - |
| YUV | 143.24 | 61.26 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 230 | 25 | 0.92 | 0 | 0.89 | 0.10 | 121.98 | 0.85 | 0.49 |
| Hex | 12 | E6 | 19 | 5C | 0 | 59 | A | 7A | 55 | 31 |
| Octal | 22 | 346 | 31 | 134 | 0 | 131 | 12 | 172 | 125 | 61 |
| Binary | 10010 | 11100110 | 11001 | 1011100 | 0 | 1011001 | 1010 | 1111010 | 1010101 | 110001 |
Color Harmonies of #12E619
Complementary color
Monochromatic Colors of #12E619
Black with #12E619
Text Example
Text Example
White with #12E619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E619; }
p { color: rgb(18,230,25); }
H1.HeaderClassName
{
color: #12E619;
}
.AnyTagClassName
{
color: #12E619;
}
</style>
background-color css
<style>
a { background-color: #12E619; }
a { background-color: rgb(18,230,25); }
div.DivClassName
{
background-color: #12E619;
}
.BgClassName
{
background-color: #12E619;
}
</style>
border-color css
<style>
span { border-color: #12E619; }
span { border-color: rgb(18,230,25); }
td.TdClassName
{
border-color: #12E619;
}
.TagClassName
{
border-color: #12E619;
}
</style>