Shades of Free Speech Green #14DB1C
Tints of Free Speech Green #14DB1C
RGB
CMYK
RGB Variations
Color information
#14DB1C (or 0x14DB1C) is known color: Free Speech Green. HEX triplet: 14, DB and 1C. RGB value is (20,219,28). Sum of RGB (Red+Green+Blue) = 20+219+28=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 219 (85.94% from 255 or 82.02% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DB1C is #EB24E3. Grayscale: #8A8A8A. Windows color (decimal): -15410404 or 1891092. OLE color: 1891092.
HSL color Cylindrical-coordinate representation of color #14DB1C: hue angle of 122.41º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DB1C is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 28 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.14 |
| HSL | 122.41º | 0.83% | 0.47% | - |
| HSV(B) | 122.41º | 0.91% | 0.86% | - |
| XYZ | 25.83 | 50.9 | 9.56 | - |
| YUV | 137.73 | 66.07 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 28 | 0.91 | 0 | 0.87 | 0.14 | 122.41 | 0.83 | 0.47 |
| Hex | 14 | DB | 1C | 5B | 0 | 57 | E | 7A | 53 | 2F |
| Octal | 24 | 333 | 34 | 133 | 0 | 127 | 16 | 172 | 123 | 57 |
| Binary | 10100 | 11011011 | 11100 | 1011011 | 0 | 1010111 | 1110 | 1111010 | 1010011 | 101111 |
Color Harmonies of #14DB1C
Complementary color
Monochromatic Colors of #14DB1C
Black with #14DB1C
Text Example
Text Example
White with #14DB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DB1C; }
p { color: rgb(20,219,28); }
H1.HeaderClassName
{
color: #14DB1C;
}
.AnyTagClassName
{
color: #14DB1C;
}
</style>
background-color css
<style>
a { background-color: #14DB1C; }
a { background-color: rgb(20,219,28); }
div.DivClassName
{
background-color: #14DB1C;
}
.BgClassName
{
background-color: #14DB1C;
}
</style>
border-color css
<style>
span { border-color: #14DB1C; }
span { border-color: rgb(20,219,28); }
td.TdClassName
{
border-color: #14DB1C;
}
.TagClassName
{
border-color: #14DB1C;
}
</style>