Shades of Free Speech Green #14D602
Tints of Free Speech Green #14D602
RGB
CMYK
RGB Variations
Color information
#14D602 (or 0x14D602) is known color: Free Speech Green. HEX triplet: 14, D6 and 02. RGB value is (20,214,2). Sum of RGB (Red+Green+Blue) = 20+214+2=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 214 (83.98% from 255 or 90.68% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 214 - color contains mainly: green. Hex color #14D602 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D602 is #EB29FD. Grayscale: #848484. Windows color (decimal): -15411710 or 185876. OLE color: 185876.
HSL color Cylindrical-coordinate representation of color #14D602: hue angle of 114.91º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14D602 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 214 | 2 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.16 |
| HSL | 114.91º | 0.98% | 0.42% | - |
| HSV(B) | 114.91º | 0.99% | 0.84% | - |
| XYZ | 24.35 | 48.25 | 8.09 | - |
| YUV | 131.83 | 54.73 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 214 | 2 | 0.91 | 0 | 0.99 | 0.16 | 114.91 | 0.98 | 0.42 |
| Hex | 14 | D6 | 2 | 5B | 0 | 63 | 10 | 73 | 62 | 2A |
| Octal | 24 | 326 | 2 | 133 | 0 | 143 | 20 | 163 | 142 | 52 |
| Binary | 10100 | 11010110 | 10 | 1011011 | 0 | 1100011 | 10000 | 1110011 | 1100010 | 101010 |
Color Harmonies of #14D602
Complementary color
Monochromatic Colors of #14D602
Black with #14D602
Text Example
Text Example
White with #14D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D602; }
p { color: rgb(20,214,2); }
H1.HeaderClassName
{
color: #14D602;
}
.AnyTagClassName
{
color: #14D602;
}
</style>
background-color css
<style>
a { background-color: #14D602; }
a { background-color: rgb(20,214,2); }
div.DivClassName
{
background-color: #14D602;
}
.BgClassName
{
background-color: #14D602;
}
</style>
border-color css
<style>
span { border-color: #14D602; }
span { border-color: rgb(20,214,2); }
td.TdClassName
{
border-color: #14D602;
}
.TagClassName
{
border-color: #14D602;
}
</style>