Shades of Free Speech Green #14D904
Tints of Free Speech Green #14D904
RGB
CMYK
RGB Variations
Color information
#14D904 (or 0x14D904) is known color: Free Speech Green. HEX triplet: 14, D9 and 04. RGB value is (20,217,4). Sum of RGB (Red+Green+Blue) = 20+217+4=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 217 (85.16% from 255 or 90.04% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 217 - color contains mainly: green. Hex color #14D904 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D904 is #EB26FB. Grayscale: #868686. Windows color (decimal): -15410940 or 317716. OLE color: 317716.
HSL color Cylindrical-coordinate representation of color #14D904: hue angle of 115.49º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14D904 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 217 | 4 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.15 |
| HSL | 115.49º | 0.96% | 0.43% | - |
| HSV(B) | 115.49º | 0.98% | 0.85% | - |
| XYZ | 25.12 | 49.78 | 8.4 | - |
| YUV | 133.82 | 54.73 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 217 | 4 | 0.91 | 0 | 0.98 | 0.15 | 115.49 | 0.96 | 0.43 |
| Hex | 14 | D9 | 4 | 5B | 0 | 62 | F | 73 | 60 | 2B |
| Octal | 24 | 331 | 4 | 133 | 0 | 142 | 17 | 163 | 140 | 53 |
| Binary | 10100 | 11011001 | 100 | 1011011 | 0 | 1100010 | 1111 | 1110011 | 1100000 | 101011 |
Color Harmonies of #14D904
Complementary color
Monochromatic Colors of #14D904
Black with #14D904
Text Example
Text Example
White with #14D904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D904; }
p { color: rgb(20,217,4); }
H1.HeaderClassName
{
color: #14D904;
}
.AnyTagClassName
{
color: #14D904;
}
</style>
background-color css
<style>
a { background-color: #14D904; }
a { background-color: rgb(20,217,4); }
div.DivClassName
{
background-color: #14D904;
}
.BgClassName
{
background-color: #14D904;
}
</style>
border-color css
<style>
span { border-color: #14D904; }
span { border-color: rgb(20,217,4); }
td.TdClassName
{
border-color: #14D904;
}
.TagClassName
{
border-color: #14D904;
}
</style>