Shades of Free Speech Green #12E10D
Tints of Free Speech Green #12E10D
RGB
CMYK
RGB Variations
Color information
#12E10D (or 0x12E10D) is known color: Free Speech Green. HEX triplet: 12, E1 and 0D. RGB value is (18,225,13). Sum of RGB (Red+Green+Blue) = 18+225+13=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 225 (88.28% from 255 or 87.89% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 225 - color contains mainly: green. Hex color #12E10D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12E10D is #ED1EF2. Grayscale: #8B8B8B. Windows color (decimal): -15539955 or 909586. OLE color: 909586.
HSL color Cylindrical-coordinate representation of color #12E10D: hue angle of 118.58º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12E10D is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 225 | 13 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.12 |
| HSL | 118.58º | 0.89% | 0.47% | - |
| HSV(B) | 118.58º | 0.94% | 0.88% | - |
| XYZ | 27.25 | 54.01 | 9.37 | - |
| YUV | 138.94 | 56.92 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 225 | 13 | 0.92 | 0 | 0.94 | 0.12 | 118.58 | 0.89 | 0.47 |
| Hex | 12 | E1 | D | 5C | 0 | 5E | C | 77 | 59 | 2F |
| Octal | 22 | 341 | 15 | 134 | 0 | 136 | 14 | 167 | 131 | 57 |
| Binary | 10010 | 11100001 | 1101 | 1011100 | 0 | 1011110 | 1100 | 1110111 | 1011001 | 101111 |
Color Harmonies of #12E10D
Complementary color
Monochromatic Colors of #12E10D
Black with #12E10D
Text Example
Text Example
White with #12E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E10D; }
p { color: rgb(18,225,13); }
H1.HeaderClassName
{
color: #12E10D;
}
.AnyTagClassName
{
color: #12E10D;
}
</style>
background-color css
<style>
a { background-color: #12E10D; }
a { background-color: rgb(18,225,13); }
div.DivClassName
{
background-color: #12E10D;
}
.BgClassName
{
background-color: #12E10D;
}
</style>
border-color css
<style>
span { border-color: #12E10D; }
span { border-color: rgb(18,225,13); }
td.TdClassName
{
border-color: #12E10D;
}
.TagClassName
{
border-color: #12E10D;
}
</style>