Shades of Free Speech Green #14D615
Tints of Free Speech Green #14D615
RGB
CMYK
RGB Variations
Color information
#14D615 (or 0x14D615) is known color: Free Speech Green. HEX triplet: 14, D6 and 15. RGB value is (20,214,21). Sum of RGB (Red+Green+Blue) = 20+214+21=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 214 (83.98% from 255 or 83.92% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 214 - color contains mainly: green. Hex color #14D615 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D615 is #EB29EA. Grayscale: #868686. Windows color (decimal): -15411691 or 1431060. OLE color: 1431060.
HSL color Cylindrical-coordinate representation of color #14D615: hue angle of 120.31º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D615 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 214 | 21 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.16 |
| HSL | 120.31º | 0.83% | 0.46% | - |
| HSV(B) | 120.31º | 0.91% | 0.84% | - |
| XYZ | 24.47 | 48.3 | 8.74 | - |
| YUV | 133.99 | 64.23 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 214 | 21 | 0.91 | 0 | 0.90 | 0.16 | 120.31 | 0.83 | 0.46 |
| Hex | 14 | D6 | 15 | 5B | 0 | 5A | 10 | 78 | 53 | 2E |
| Octal | 24 | 326 | 25 | 133 | 0 | 132 | 20 | 170 | 123 | 56 |
| Binary | 10100 | 11010110 | 10101 | 1011011 | 0 | 1011010 | 10000 | 1111000 | 1010011 | 101110 |
Color Harmonies of #14D615
Complementary color
Monochromatic Colors of #14D615
Black with #14D615
Text Example
Text Example
White with #14D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D615; }
p { color: rgb(20,214,21); }
H1.HeaderClassName
{
color: #14D615;
}
.AnyTagClassName
{
color: #14D615;
}
</style>
background-color css
<style>
a { background-color: #14D615; }
a { background-color: rgb(20,214,21); }
div.DivClassName
{
background-color: #14D615;
}
.BgClassName
{
background-color: #14D615;
}
</style>
border-color css
<style>
span { border-color: #14D615; }
span { border-color: rgb(20,214,21); }
td.TdClassName
{
border-color: #14D615;
}
.TagClassName
{
border-color: #14D615;
}
</style>