Shades of Free Speech Green #14D703
Tints of Free Speech Green #14D703
RGB
CMYK
RGB Variations
Color information
#14D703 (or 0x14D703) is known color: Free Speech Green. HEX triplet: 14, D7 and 03. RGB value is (20,215,3). Sum of RGB (Red+Green+Blue) = 20+215+3=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 215 (84.38% from 255 or 90.34% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 215 - color contains mainly: green. Hex color #14D703 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D703 is #EB28FC. Grayscale: #858585. Windows color (decimal): -15411453 or 251668. OLE color: 251668.
HSL color Cylindrical-coordinate representation of color #14D703: hue angle of 115.19º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14D703 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 215 | 3 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.16 |
| HSL | 115.19º | 0.97% | 0.43% | - |
| HSV(B) | 115.19º | 0.99% | 0.84% | - |
| XYZ | 24.61 | 48.76 | 8.2 | - |
| YUV | 132.53 | 54.9 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 215 | 3 | 0.91 | 0 | 0.99 | 0.16 | 115.19 | 0.97 | 0.43 |
| Hex | 14 | D7 | 3 | 5B | 0 | 63 | 10 | 73 | 61 | 2B |
| Octal | 24 | 327 | 3 | 133 | 0 | 143 | 20 | 163 | 141 | 53 |
| Binary | 10100 | 11010111 | 11 | 1011011 | 0 | 1100011 | 10000 | 1110011 | 1100001 | 101011 |
Color Harmonies of #14D703
Complementary color
Monochromatic Colors of #14D703
Black with #14D703
Text Example
Text Example
White with #14D703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D703; }
p { color: rgb(20,215,3); }
H1.HeaderClassName
{
color: #14D703;
}
.AnyTagClassName
{
color: #14D703;
}
</style>
background-color css
<style>
a { background-color: #14D703; }
a { background-color: rgb(20,215,3); }
div.DivClassName
{
background-color: #14D703;
}
.BgClassName
{
background-color: #14D703;
}
</style>
border-color css
<style>
span { border-color: #14D703; }
span { border-color: rgb(20,215,3); }
td.TdClassName
{
border-color: #14D703;
}
.TagClassName
{
border-color: #14D703;
}
</style>