Shades of Free Speech Green #14FF0B
Tints of Free Speech Green #14FF0B
RGB
CMYK
RGB Variations
Color information
#14FF0B (or 0x14FF0B) is known color: Free Speech Green. HEX triplet: 14, FF and 0B. RGB value is (20,255,11). Sum of RGB (Red+Green+Blue) = 20+255+11=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 255 (100% from 255 or 89.16% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14FF0B is #EB00F4. Grayscale: #9D9D9D. Windows color (decimal): -15401205 or 786196. OLE color: 786196.
HSL color Cylindrical-coordinate representation of color #14FF0B: hue angle of 117.79º 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 #14FF0B is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 11 | - |
| CMYK | 0.92 | 0 | 0.96 | 0 |
| HSL | 117.79º | 1% | 0.52% | - |
| HSV(B) | 117.79º | 0.96% | 1% | - |
| XYZ | 36.11 | 71.69 | 12.25 | - |
| YUV | 156.92 | 45.64 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 11 | 0.92 | 0 | 0.96 | 0 | 117.79 | 1 | 0.52 |
| Hex | 14 | FF | B | 5C | 0 | 60 | 0 | 76 | 64 | 34 |
| Octal | 24 | 377 | 13 | 134 | 0 | 140 | 0 | 166 | 144 | 64 |
| Binary | 10100 | 11111111 | 1011 | 1011100 | 0 | 1100000 | 0 | 1110110 | 1100100 | 110100 |
Color Harmonies of #14FF0B
Complementary color
Monochromatic Colors of #14FF0B
Black with #14FF0B
Text Example
Text Example
White with #14FF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FF0B; }
p { color: rgb(20,255,11); }
H1.HeaderClassName
{
color: #14FF0B;
}
.AnyTagClassName
{
color: #14FF0B;
}
</style>
background-color css
<style>
a { background-color: #14FF0B; }
a { background-color: rgb(20,255,11); }
div.DivClassName
{
background-color: #14FF0B;
}
.BgClassName
{
background-color: #14FF0B;
}
</style>
border-color css
<style>
span { border-color: #14FF0B; }
span { border-color: rgb(20,255,11); }
td.TdClassName
{
border-color: #14FF0B;
}
.TagClassName
{
border-color: #14FF0B;
}
</style>