Shades of Free Speech Green #14FA1D
Tints of Free Speech Green #14FA1D
RGB
CMYK
RGB Variations
Color information
#14FA1D (or 0x14FA1D) is known color: Free Speech Green. HEX triplet: 14, FA and 1D. RGB value is (20,250,29). Sum of RGB (Red+Green+Blue) = 20+250+29=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 250 (98.05% from 255 or 83.61% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FA1D is #EB05E2. Grayscale: #9C9C9C. Windows color (decimal): -15402467 or 1964564. OLE color: 1964564.
HSL color Cylindrical-coordinate representation of color #14FA1D: hue angle of 122.35º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FA1D is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 250 | 29 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.02 |
| HSL | 122.35º | 0.96% | 0.53% | - |
| HSV(B) | 122.35º | 0.92% | 0.98% | - |
| XYZ | 34.7 | 68.61 | 12.58 | - |
| YUV | 156.04 | 56.3 | 30.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 250 | 29 | 0.92 | 0 | 0.88 | 0.02 | 122.35 | 0.96 | 0.53 |
| Hex | 14 | FA | 1D | 5C | 0 | 58 | 2 | 7A | 60 | 35 |
| Octal | 24 | 372 | 35 | 134 | 0 | 130 | 2 | 172 | 140 | 65 |
| Binary | 10100 | 11111010 | 11101 | 1011100 | 0 | 1011000 | 10 | 1111010 | 1100000 | 110101 |
Color Harmonies of #14FA1D
Complementary color
Monochromatic Colors of #14FA1D
Black with #14FA1D
Text Example
Text Example
White with #14FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FA1D; }
p { color: rgb(20,250,29); }
H1.HeaderClassName
{
color: #14FA1D;
}
.AnyTagClassName
{
color: #14FA1D;
}
</style>
background-color css
<style>
a { background-color: #14FA1D; }
a { background-color: rgb(20,250,29); }
div.DivClassName
{
background-color: #14FA1D;
}
.BgClassName
{
background-color: #14FA1D;
}
</style>
border-color css
<style>
span { border-color: #14FA1D; }
span { border-color: rgb(20,250,29); }
td.TdClassName
{
border-color: #14FA1D;
}
.TagClassName
{
border-color: #14FA1D;
}
</style>