Shades of Free Speech Green #14D81D
Tints of Free Speech Green #14D81D
RGB
CMYK
RGB Variations
Color information
#14D81D (or 0x14D81D) is known color: Free Speech Green. HEX triplet: 14, D8 and 1D. RGB value is (20,216,29). Sum of RGB (Red+Green+Blue) = 20+216+29=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 216 (84.77% from 255 or 81.51% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 216 - color contains mainly: green. Hex color #14D81D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D81D is #EB27E2. Grayscale: #888888. Windows color (decimal): -15411171 or 1955860. OLE color: 1955860.
HSL color Cylindrical-coordinate representation of color #14D81D: hue angle of 122.76º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D81D is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 216 | 29 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.15 |
| HSL | 122.76º | 0.83% | 0.46% | - |
| HSV(B) | 122.76º | 0.91% | 0.85% | - |
| XYZ | 25.07 | 49.35 | 9.37 | - |
| YUV | 136.08 | 67.57 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 216 | 29 | 0.91 | 0 | 0.87 | 0.15 | 122.76 | 0.83 | 0.46 |
| Hex | 14 | D8 | 1D | 5B | 0 | 57 | F | 7B | 53 | 2E |
| Octal | 24 | 330 | 35 | 133 | 0 | 127 | 17 | 173 | 123 | 56 |
| Binary | 10100 | 11011000 | 11101 | 1011011 | 0 | 1010111 | 1111 | 1111011 | 1010011 | 101110 |
Color Harmonies of #14D81D
Complementary color
Monochromatic Colors of #14D81D
Black with #14D81D
Text Example
Text Example
White with #14D81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D81D; }
p { color: rgb(20,216,29); }
H1.HeaderClassName
{
color: #14D81D;
}
.AnyTagClassName
{
color: #14D81D;
}
</style>
background-color css
<style>
a { background-color: #14D81D; }
a { background-color: rgb(20,216,29); }
div.DivClassName
{
background-color: #14D81D;
}
.BgClassName
{
background-color: #14D81D;
}
</style>
border-color css
<style>
span { border-color: #14D81D; }
span { border-color: rgb(20,216,29); }
td.TdClassName
{
border-color: #14D81D;
}
.TagClassName
{
border-color: #14D81D;
}
</style>