Shades of Free Speech Green #14E21B
Tints of Free Speech Green #14E21B
RGB
CMYK
RGB Variations
Color information
#14E21B (or 0x14E21B) is known color: Free Speech Green. HEX triplet: 14, E2 and 1B. RGB value is (20,226,27). Sum of RGB (Red+Green+Blue) = 20+226+27=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 226 (88.67% from 255 or 82.78% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 226 - color contains mainly: green. Hex color #14E21B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E21B is #EB1DE4. Grayscale: #8E8E8E. Windows color (decimal): -15408613 or 1827348. OLE color: 1827348.
HSL color Cylindrical-coordinate representation of color #14E21B: hue angle of 122.04º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E21B is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 226 | 27 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.11 |
| HSL | 122.04º | 0.84% | 0.48% | - |
| HSV(B) | 122.04º | 0.91% | 0.89% | - |
| XYZ | 27.68 | 54.62 | 10.12 | - |
| YUV | 141.72 | 63.25 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 226 | 27 | 0.91 | 0 | 0.88 | 0.11 | 122.04 | 0.84 | 0.48 |
| Hex | 14 | E2 | 1B | 5B | 0 | 58 | B | 7A | 54 | 30 |
| Octal | 24 | 342 | 33 | 133 | 0 | 130 | 13 | 172 | 124 | 60 |
| Binary | 10100 | 11100010 | 11011 | 1011011 | 0 | 1011000 | 1011 | 1111010 | 1010100 | 110000 |
Color Harmonies of #14E21B
Complementary color
Monochromatic Colors of #14E21B
Black with #14E21B
Text Example
Text Example
White with #14E21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E21B; }
p { color: rgb(20,226,27); }
H1.HeaderClassName
{
color: #14E21B;
}
.AnyTagClassName
{
color: #14E21B;
}
</style>
background-color css
<style>
a { background-color: #14E21B; }
a { background-color: rgb(20,226,27); }
div.DivClassName
{
background-color: #14E21B;
}
.BgClassName
{
background-color: #14E21B;
}
</style>
border-color css
<style>
span { border-color: #14E21B; }
span { border-color: rgb(20,226,27); }
td.TdClassName
{
border-color: #14E21B;
}
.TagClassName
{
border-color: #14E21B;
}
</style>