Shades of Free Speech Green #14F21B
Tints of Free Speech Green #14F21B
RGB
CMYK
RGB Variations
Color information
#14F21B (or 0x14F21B) is known color: Free Speech Green. HEX triplet: 14, F2 and 1B. RGB value is (20,242,27). Sum of RGB (Red+Green+Blue) = 20+242+27=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 242 (94.92% from 255 or 83.74% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 242 - color contains mainly: green. Hex color #14F21B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F21B is #EB0DE4. Grayscale: #979797. Windows color (decimal): -15404517 or 1831444. OLE color: 1831444.
HSL color Cylindrical-coordinate representation of color #14F21B: hue angle of 121.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F21B is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 27 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.05 |
| HSL | 121.89º | 0.9% | 0.51% | - |
| HSV(B) | 121.89º | 0.92% | 0.95% | - |
| XYZ | 32.24 | 63.73 | 11.64 | - |
| YUV | 151.11 | 57.95 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 27 | 0.92 | 0 | 0.89 | 0.05 | 121.89 | 0.9 | 0.51 |
| Hex | 14 | F2 | 1B | 5C | 0 | 59 | 5 | 7A | 5A | 33 |
| Octal | 24 | 362 | 33 | 134 | 0 | 131 | 5 | 172 | 132 | 63 |
| Binary | 10100 | 11110010 | 11011 | 1011100 | 0 | 1011001 | 101 | 1111010 | 1011010 | 110011 |
Color Harmonies of #14F21B
Complementary color
Monochromatic Colors of #14F21B
Black with #14F21B
Text Example
Text Example
White with #14F21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F21B; }
p { color: rgb(20,242,27); }
H1.HeaderClassName
{
color: #14F21B;
}
.AnyTagClassName
{
color: #14F21B;
}
</style>
background-color css
<style>
a { background-color: #14F21B; }
a { background-color: rgb(20,242,27); }
div.DivClassName
{
background-color: #14F21B;
}
.BgClassName
{
background-color: #14F21B;
}
</style>
border-color css
<style>
span { border-color: #14F21B; }
span { border-color: rgb(20,242,27); }
td.TdClassName
{
border-color: #14F21B;
}
.TagClassName
{
border-color: #14F21B;
}
</style>