Shades of Free Speech Green #12DF11
Tints of Free Speech Green #12DF11
RGB
CMYK
RGB Variations
Color information
#12DF11 (or 0x12DF11) is known color: Free Speech Green. HEX triplet: 12, DF and 11. RGB value is (18,223,17). Sum of RGB (Red+Green+Blue) = 18+223+17=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 223 (87.5% from 255 or 86.43% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DF11 is #ED20EE. Grayscale: #8A8A8A. Windows color (decimal): -15540463 or 1171218. OLE color: 1171218.
HSL color Cylindrical-coordinate representation of color #12DF11: hue angle of 119.71º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DF11 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 17 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.13 |
| HSL | 119.71º | 0.86% | 0.47% | - |
| HSV(B) | 119.71º | 0.92% | 0.87% | - |
| XYZ | 26.74 | 52.94 | 9.34 | - |
| YUV | 138.22 | 59.58 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 17 | 0.92 | 0 | 0.92 | 0.13 | 119.71 | 0.86 | 0.47 |
| Hex | 12 | DF | 11 | 5C | 0 | 5C | D | 78 | 56 | 2F |
| Octal | 22 | 337 | 21 | 134 | 0 | 134 | 15 | 170 | 126 | 57 |
| Binary | 10010 | 11011111 | 10001 | 1011100 | 0 | 1011100 | 1101 | 1111000 | 1010110 | 101111 |
Color Harmonies of #12DF11
Complementary color
Monochromatic Colors of #12DF11
Black with #12DF11
Text Example
Text Example
White with #12DF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF11; }
p { color: rgb(18,223,17); }
H1.HeaderClassName
{
color: #12DF11;
}
.AnyTagClassName
{
color: #12DF11;
}
</style>
background-color css
<style>
a { background-color: #12DF11; }
a { background-color: rgb(18,223,17); }
div.DivClassName
{
background-color: #12DF11;
}
.BgClassName
{
background-color: #12DF11;
}
</style>
border-color css
<style>
span { border-color: #12DF11; }
span { border-color: rgb(18,223,17); }
td.TdClassName
{
border-color: #12DF11;
}
.TagClassName
{
border-color: #12DF11;
}
</style>