Shades of Free Speech Green #14F90A
Tints of Free Speech Green #14F90A
RGB
CMYK
RGB Variations
Color information
#14F90A (or 0x14F90A) is known color: Free Speech Green. HEX triplet: 14, F9 and 0A. RGB value is (20,249,10). Sum of RGB (Red+Green+Blue) = 20+249+10=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 249 (97.66% from 255 or 89.25% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 249 - color contains mainly: green. Hex color #14F90A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14F90A is #EB06F5. Grayscale: #9A9A9A. Windows color (decimal): -15402742 or 719124. OLE color: 719124.
HSL color Cylindrical-coordinate representation of color #14F90A: hue angle of 117.49º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14F90A is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 249 | 10 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.02 |
| HSL | 117.49º | 0.95% | 0.51% | - |
| HSV(B) | 117.49º | 0.96% | 0.98% | - |
| XYZ | 34.22 | 67.92 | 11.59 | - |
| YUV | 153.28 | 47.13 | 32.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 249 | 10 | 0.92 | 0 | 0.96 | 0.02 | 117.49 | 0.95 | 0.51 |
| Hex | 14 | F9 | A | 5C | 0 | 60 | 2 | 75 | 5F | 33 |
| Octal | 24 | 371 | 12 | 134 | 0 | 140 | 2 | 165 | 137 | 63 |
| Binary | 10100 | 11111001 | 1010 | 1011100 | 0 | 1100000 | 10 | 1110101 | 1011111 | 110011 |
Color Harmonies of #14F90A
Complementary color
Monochromatic Colors of #14F90A
Black with #14F90A
Text Example
Text Example
White with #14F90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F90A; }
p { color: rgb(20,249,10); }
H1.HeaderClassName
{
color: #14F90A;
}
.AnyTagClassName
{
color: #14F90A;
}
</style>
background-color css
<style>
a { background-color: #14F90A; }
a { background-color: rgb(20,249,10); }
div.DivClassName
{
background-color: #14F90A;
}
.BgClassName
{
background-color: #14F90A;
}
</style>
border-color css
<style>
span { border-color: #14F90A; }
span { border-color: rgb(20,249,10); }
td.TdClassName
{
border-color: #14F90A;
}
.TagClassName
{
border-color: #14F90A;
}
</style>