Shades of Free Speech Green #14DF15
Tints of Free Speech Green #14DF15
RGB
CMYK
RGB Variations
Color information
#14DF15 (or 0x14DF15) is known color: Free Speech Green. HEX triplet: 14, DF and 15. RGB value is (20,223,21). Sum of RGB (Red+Green+Blue) = 20+223+21=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 223 (87.5% from 255 or 84.47% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DF15 is #EB20EA. Grayscale: #8B8B8B. Windows color (decimal): -15409387 or 1433364. OLE color: 1433364.
HSL color Cylindrical-coordinate representation of color #14DF15: hue angle of 120.3º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DF15 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 21 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.13 |
| HSL | 120.3º | 0.84% | 0.48% | - |
| HSV(B) | 120.3º | 0.91% | 0.87% | - |
| XYZ | 26.81 | 52.98 | 9.52 | - |
| YUV | 139.28 | 61.25 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 21 | 0.91 | 0 | 0.91 | 0.13 | 120.3 | 0.84 | 0.48 |
| Hex | 14 | DF | 15 | 5B | 0 | 5B | D | 78 | 54 | 30 |
| Octal | 24 | 337 | 25 | 133 | 0 | 133 | 15 | 170 | 124 | 60 |
| Binary | 10100 | 11011111 | 10101 | 1011011 | 0 | 1011011 | 1101 | 1111000 | 1010100 | 110000 |
Color Harmonies of #14DF15
Complementary color
Monochromatic Colors of #14DF15
Black with #14DF15
Text Example
Text Example
White with #14DF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF15; }
p { color: rgb(20,223,21); }
H1.HeaderClassName
{
color: #14DF15;
}
.AnyTagClassName
{
color: #14DF15;
}
</style>
background-color css
<style>
a { background-color: #14DF15; }
a { background-color: rgb(20,223,21); }
div.DivClassName
{
background-color: #14DF15;
}
.BgClassName
{
background-color: #14DF15;
}
</style>
border-color css
<style>
span { border-color: #14DF15; }
span { border-color: rgb(20,223,21); }
td.TdClassName
{
border-color: #14DF15;
}
.TagClassName
{
border-color: #14DF15;
}
</style>