Shades of Free Speech Green #14E81B
Tints of Free Speech Green #14E81B
RGB
CMYK
RGB Variations
Color information
#14E81B (or 0x14E81B) is known color: Free Speech Green. HEX triplet: 14, E8 and 1B. RGB value is (20,232,27). Sum of RGB (Red+Green+Blue) = 20+232+27=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 232 (91.02% from 255 or 83.15% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 232 - color contains mainly: green. Hex color #14E81B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14E81B is #EB17E4. Grayscale: #919191. Windows color (decimal): -15407077 or 1828884. OLE color: 1828884.
HSL color Cylindrical-coordinate representation of color #14E81B: hue angle of 121.98º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E81B is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 232 | 27 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.09 |
| HSL | 121.98º | 0.84% | 0.49% | - |
| HSV(B) | 121.98º | 0.91% | 0.91% | - |
| XYZ | 29.34 | 57.94 | 10.67 | - |
| YUV | 145.24 | 61.26 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 232 | 27 | 0.91 | 0 | 0.88 | 0.09 | 121.98 | 0.84 | 0.49 |
| Hex | 14 | E8 | 1B | 5B | 0 | 58 | 9 | 7A | 54 | 31 |
| Octal | 24 | 350 | 33 | 133 | 0 | 130 | 11 | 172 | 124 | 61 |
| Binary | 10100 | 11101000 | 11011 | 1011011 | 0 | 1011000 | 1001 | 1111010 | 1010100 | 110001 |
Color Harmonies of #14E81B
Complementary color
Monochromatic Colors of #14E81B
Black with #14E81B
Text Example
Text Example
White with #14E81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E81B; }
p { color: rgb(20,232,27); }
H1.HeaderClassName
{
color: #14E81B;
}
.AnyTagClassName
{
color: #14E81B;
}
</style>
background-color css
<style>
a { background-color: #14E81B; }
a { background-color: rgb(20,232,27); }
div.DivClassName
{
background-color: #14E81B;
}
.BgClassName
{
background-color: #14E81B;
}
</style>
border-color css
<style>
span { border-color: #14E81B; }
span { border-color: rgb(20,232,27); }
td.TdClassName
{
border-color: #14E81B;
}
.TagClassName
{
border-color: #14E81B;
}
</style>