Shades of Free Speech Green #14FF09
Tints of Free Speech Green #14FF09
RGB
CMYK
RGB Variations
Color information
#14FF09 (or 0x14FF09) is known color: Free Speech Green. HEX triplet: 14, FF and 09. RGB value is (20,255,9). Sum of RGB (Red+Green+Blue) = 20+255+9=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 255 (100% from 255 or 89.79% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14FF09 is #EB00F6. Grayscale: #9D9D9D. Windows color (decimal): -15401207 or 655124. OLE color: 655124.
HSL color Cylindrical-coordinate representation of color #14FF09: hue angle of 117.32º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14FF09 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 9 | - |
| CMYK | 0.92 | 0 | 0.96 | 0 |
| HSL | 117.32º | 1% | 0.52% | - |
| HSV(B) | 117.32º | 0.96% | 1% | - |
| XYZ | 36.1 | 71.69 | 12.19 | - |
| YUV | 156.69 | 44.64 | 30.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 9 | 0.92 | 0 | 0.96 | 0 | 117.32 | 1 | 0.52 |
| Hex | 14 | FF | 9 | 5C | 0 | 60 | 0 | 75 | 64 | 34 |
| Octal | 24 | 377 | 11 | 134 | 0 | 140 | 0 | 165 | 144 | 64 |
| Binary | 10100 | 11111111 | 1001 | 1011100 | 0 | 1100000 | 0 | 1110101 | 1100100 | 110100 |
Color Harmonies of #14FF09
Complementary color
Monochromatic Colors of #14FF09
Black with #14FF09
Text Example
Text Example
White with #14FF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FF09; }
p { color: rgb(20,255,9); }
H1.HeaderClassName
{
color: #14FF09;
}
.AnyTagClassName
{
color: #14FF09;
}
</style>
background-color css
<style>
a { background-color: #14FF09; }
a { background-color: rgb(20,255,9); }
div.DivClassName
{
background-color: #14FF09;
}
.BgClassName
{
background-color: #14FF09;
}
</style>
border-color css
<style>
span { border-color: #14FF09; }
span { border-color: rgb(20,255,9); }
td.TdClassName
{
border-color: #14FF09;
}
.TagClassName
{
border-color: #14FF09;
}
</style>