Shades of Free Speech Green #12D91F
Tints of Free Speech Green #12D91F
RGB
CMYK
RGB Variations
Color information
#12D91F (or 0x12D91F) is known color: Free Speech Green. HEX triplet: 12, D9 and 1F. RGB value is (18,217,31). Sum of RGB (Red+Green+Blue) = 18+217+31=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 217 (85.16% from 255 or 81.58% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 217 - color contains mainly: green. Hex color #12D91F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D91F is #ED26E0. Grayscale: #888888. Windows color (decimal): -15541985 or 2087186. OLE color: 2087186.
HSL color Cylindrical-coordinate representation of color #12D91F: hue angle of 123.92º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D91F is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 217 | 31 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.15 |
| HSL | 123.92º | 0.85% | 0.46% | - |
| HSV(B) | 123.92º | 0.92% | 0.85% | - |
| XYZ | 25.31 | 49.85 | 9.59 | - |
| YUV | 136.3 | 68.57 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 217 | 31 | 0.92 | 0 | 0.86 | 0.15 | 123.92 | 0.85 | 0.46 |
| Hex | 12 | D9 | 1F | 5C | 0 | 56 | F | 7C | 55 | 2E |
| Octal | 22 | 331 | 37 | 134 | 0 | 126 | 17 | 174 | 125 | 56 |
| Binary | 10010 | 11011001 | 11111 | 1011100 | 0 | 1010110 | 1111 | 1111100 | 1010101 | 101110 |
Color Harmonies of #12D91F
Complementary color
Monochromatic Colors of #12D91F
Black with #12D91F
Text Example
Text Example
White with #12D91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D91F; }
p { color: rgb(18,217,31); }
H1.HeaderClassName
{
color: #12D91F;
}
.AnyTagClassName
{
color: #12D91F;
}
</style>
background-color css
<style>
a { background-color: #12D91F; }
a { background-color: rgb(18,217,31); }
div.DivClassName
{
background-color: #12D91F;
}
.BgClassName
{
background-color: #12D91F;
}
</style>
border-color css
<style>
span { border-color: #12D91F; }
span { border-color: rgb(18,217,31); }
td.TdClassName
{
border-color: #12D91F;
}
.TagClassName
{
border-color: #12D91F;
}
</style>