Shades of Free Speech Green #14FF28
Tints of Free Speech Green #14FF28
RGB
CMYK
RGB Variations
Color information
#14FF28 (or 0x14FF28) is known color: Free Speech Green. HEX triplet: 14, FF and 28. RGB value is (20,255,40). Sum of RGB (Red+Green+Blue) = 20+255+40=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 255 (100% from 255 or 80.95% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FF28 is #EB00D7. Grayscale: #A0A0A0. Windows color (decimal): -15401176 or 2686740. OLE color: 2686740.
HSL color Cylindrical-coordinate representation of color #14FF28: hue angle of 125.11º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FF28 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 40 | - |
| CMYK | 0.92 | 0 | 0.84 | 0 |
| HSL | 125.11º | 1% | 0.54% | - |
| HSV(B) | 125.11º | 0.92% | 1% | - |
| XYZ | 36.43 | 71.82 | 13.95 | - |
| YUV | 160.23 | 60.14 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 40 | 0.92 | 0 | 0.84 | 0 | 125.11 | 1 | 0.54 |
| Hex | 14 | FF | 28 | 5C | 0 | 54 | 0 | 7D | 64 | 36 |
| Octal | 24 | 377 | 50 | 134 | 0 | 124 | 0 | 175 | 144 | 66 |
| Binary | 10100 | 11111111 | 101000 | 1011100 | 0 | 1010100 | 0 | 1111101 | 1100100 | 110110 |
Color Harmonies of #14FF28
Complementary color
Monochromatic Colors of #14FF28
Black with #14FF28
Text Example
Text Example
White with #14FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FF28; }
p { color: rgb(20,255,40); }
H1.HeaderClassName
{
color: #14FF28;
}
.AnyTagClassName
{
color: #14FF28;
}
</style>
background-color css
<style>
a { background-color: #14FF28; }
a { background-color: rgb(20,255,40); }
div.DivClassName
{
background-color: #14FF28;
}
.BgClassName
{
background-color: #14FF28;
}
</style>
border-color css
<style>
span { border-color: #14FF28; }
span { border-color: rgb(20,255,40); }
td.TdClassName
{
border-color: #14FF28;
}
.TagClassName
{
border-color: #14FF28;
}
</style>