Shades of Free Speech Green #12D112
Tints of Free Speech Green #12D112
RGB
CMYK
RGB Variations
Color information
#12D112 (or 0x12D112) is known color: Free Speech Green. HEX triplet: 12, D1 and 12. RGB value is (18,209,18). Sum of RGB (Red+Green+Blue) = 18+209+18=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 209 (82.03% from 255 or 85.31% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 209 - color contains mainly: green. Hex color #12D112 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D112 is #ED2EED. Grayscale: #828282. Windows color (decimal): -15544046 or 1233170. OLE color: 1233170.
HSL color Cylindrical-coordinate representation of color #12D112: hue angle of 120º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D112 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 209 | 18 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.18 |
| HSL | 120º | 0.84% | 0.45% | - |
| HSV(B) | 120º | 0.91% | 0.82% | - |
| XYZ | 23.16 | 45.77 | 8.19 | - |
| YUV | 130.12 | 64.72 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 209 | 18 | 0.91 | 0 | 0.91 | 0.18 | 120 | 0.84 | 0.45 |
| Hex | 12 | D1 | 12 | 5B | 0 | 5B | 12 | 78 | 54 | 2D |
| Octal | 22 | 321 | 22 | 133 | 0 | 133 | 22 | 170 | 124 | 55 |
| Binary | 10010 | 11010001 | 10010 | 1011011 | 0 | 1011011 | 10010 | 1111000 | 1010100 | 101101 |
Color Harmonies of #12D112
Complementary color
Monochromatic Colors of #12D112
Black with #12D112
Text Example
Text Example
White with #12D112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D112; }
p { color: rgb(18,209,18); }
H1.HeaderClassName
{
color: #12D112;
}
.AnyTagClassName
{
color: #12D112;
}
</style>
background-color css
<style>
a { background-color: #12D112; }
a { background-color: rgb(18,209,18); }
div.DivClassName
{
background-color: #12D112;
}
.BgClassName
{
background-color: #12D112;
}
</style>
border-color css
<style>
span { border-color: #12D112; }
span { border-color: rgb(18,209,18); }
td.TdClassName
{
border-color: #12D112;
}
.TagClassName
{
border-color: #12D112;
}
</style>