Shades of Free Speech Green #12DE0B
Tints of Free Speech Green #12DE0B
RGB
CMYK
RGB Variations
Color information
#12DE0B (or 0x12DE0B) is known color: Free Speech Green. HEX triplet: 12, DE and 0B. RGB value is (18,222,11). Sum of RGB (Red+Green+Blue) = 18+222+11=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 222 (87.11% from 255 or 88.45% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 222 - color contains mainly: green. Hex color #12DE0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DE0B is #ED21F4. Grayscale: #898989. Windows color (decimal): -15540725 or 777746. OLE color: 777746.
HSL color Cylindrical-coordinate representation of color #12DE0B: hue angle of 118.01º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12DE0B is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 222 | 11 | - |
| CMYK | 0.92 | 0 | 0.95 | 0.13 |
| HSL | 118.01º | 0.91% | 0.46% | - |
| HSV(B) | 118.01º | 0.95% | 0.87% | - |
| XYZ | 26.43 | 52.4 | 9.04 | - |
| YUV | 136.95 | 56.91 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 222 | 11 | 0.92 | 0 | 0.95 | 0.13 | 118.01 | 0.91 | 0.46 |
| Hex | 12 | DE | B | 5C | 0 | 5F | D | 76 | 5B | 2E |
| Octal | 22 | 336 | 13 | 134 | 0 | 137 | 15 | 166 | 133 | 56 |
| Binary | 10010 | 11011110 | 1011 | 1011100 | 0 | 1011111 | 1101 | 1110110 | 1011011 | 101110 |
Color Harmonies of #12DE0B
Complementary color
Monochromatic Colors of #12DE0B
Black with #12DE0B
Text Example
Text Example
White with #12DE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DE0B; }
p { color: rgb(18,222,11); }
H1.HeaderClassName
{
color: #12DE0B;
}
.AnyTagClassName
{
color: #12DE0B;
}
</style>
background-color css
<style>
a { background-color: #12DE0B; }
a { background-color: rgb(18,222,11); }
div.DivClassName
{
background-color: #12DE0B;
}
.BgClassName
{
background-color: #12DE0B;
}
</style>
border-color css
<style>
span { border-color: #12DE0B; }
span { border-color: rgb(18,222,11); }
td.TdClassName
{
border-color: #12DE0B;
}
.TagClassName
{
border-color: #12DE0B;
}
</style>