Shades of Free Speech Green #12E90A
Tints of Free Speech Green #12E90A
RGB
CMYK
RGB Variations
Color information
#12E90A (or 0x12E90A) is known color: Free Speech Green. HEX triplet: 12, E9 and 0A. RGB value is (18,233,10). Sum of RGB (Red+Green+Blue) = 18+233+10=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 233 (91.41% from 255 or 89.27% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 233 - color contains mainly: green. Hex color #12E90A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12E90A is #ED16F5. Grayscale: #8F8F8F. Windows color (decimal): -15537910 or 715026. OLE color: 715026.
HSL color Cylindrical-coordinate representation of color #12E90A: hue angle of 117.85º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12E90A is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 233 | 10 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.09 |
| HSL | 117.85º | 0.92% | 0.48% | - |
| HSV(B) | 117.85º | 0.96% | 0.91% | - |
| XYZ | 29.44 | 58.43 | 10.01 | - |
| YUV | 143.29 | 52.77 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 233 | 10 | 0.92 | 0 | 0.96 | 0.09 | 117.85 | 0.92 | 0.48 |
| Hex | 12 | E9 | A | 5C | 0 | 60 | 9 | 76 | 5C | 30 |
| Octal | 22 | 351 | 12 | 134 | 0 | 140 | 11 | 166 | 134 | 60 |
| Binary | 10010 | 11101001 | 1010 | 1011100 | 0 | 1100000 | 1001 | 1110110 | 1011100 | 110000 |
Color Harmonies of #12E90A
Complementary color
Monochromatic Colors of #12E90A
Black with #12E90A
Text Example
Text Example
White with #12E90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E90A; }
p { color: rgb(18,233,10); }
H1.HeaderClassName
{
color: #12E90A;
}
.AnyTagClassName
{
color: #12E90A;
}
</style>
background-color css
<style>
a { background-color: #12E90A; }
a { background-color: rgb(18,233,10); }
div.DivClassName
{
background-color: #12E90A;
}
.BgClassName
{
background-color: #12E90A;
}
</style>
border-color css
<style>
span { border-color: #12E90A; }
span { border-color: rgb(18,233,10); }
td.TdClassName
{
border-color: #12E90A;
}
.TagClassName
{
border-color: #12E90A;
}
</style>