Shades of Free Speech Green #14DF0B
Tints of Free Speech Green #14DF0B
RGB
CMYK
RGB Variations
Color information
#14DF0B (or 0x14DF0B) is known color: Free Speech Green. HEX triplet: 14, DF and 0B. RGB value is (20,223,11). Sum of RGB (Red+Green+Blue) = 20+223+11=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 223 (87.5% from 255 or 87.80% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DF0B is #EB20F4. Grayscale: #8A8A8A. Windows color (decimal): -15409397 or 778004. OLE color: 778004.
HSL color Cylindrical-coordinate representation of color #14DF0B: hue angle of 117.45º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14DF0B is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 11 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.13 |
| HSL | 117.45º | 0.91% | 0.46% | - |
| HSV(B) | 117.45º | 0.95% | 0.87% | - |
| XYZ | 26.74 | 52.95 | 9.13 | - |
| YUV | 138.14 | 56.25 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 11 | 0.91 | 0 | 0.95 | 0.13 | 117.45 | 0.91 | 0.46 |
| Hex | 14 | DF | B | 5B | 0 | 5F | D | 75 | 5B | 2E |
| Octal | 24 | 337 | 13 | 133 | 0 | 137 | 15 | 165 | 133 | 56 |
| Binary | 10100 | 11011111 | 1011 | 1011011 | 0 | 1011111 | 1101 | 1110101 | 1011011 | 101110 |
Color Harmonies of #14DF0B
Complementary color
Monochromatic Colors of #14DF0B
Black with #14DF0B
Text Example
Text Example
White with #14DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF0B; }
p { color: rgb(20,223,11); }
H1.HeaderClassName
{
color: #14DF0B;
}
.AnyTagClassName
{
color: #14DF0B;
}
</style>
background-color css
<style>
a { background-color: #14DF0B; }
a { background-color: rgb(20,223,11); }
div.DivClassName
{
background-color: #14DF0B;
}
.BgClassName
{
background-color: #14DF0B;
}
</style>
border-color css
<style>
span { border-color: #14DF0B; }
span { border-color: rgb(20,223,11); }
td.TdClassName
{
border-color: #14DF0B;
}
.TagClassName
{
border-color: #14DF0B;
}
</style>