Shades of Free Speech Green #14F10C
Tints of Free Speech Green #14F10C
RGB
CMYK
RGB Variations
Color information
#14F10C (or 0x14F10C) is known color: Free Speech Green. HEX triplet: 14, F1 and 0C. RGB value is (20,241,12). Sum of RGB (Red+Green+Blue) = 20+241+12=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 241 (94.53% from 255 or 88.28% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 241 - color contains mainly: green. Hex color #14F10C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14F10C is #EB0EF3. Grayscale: #959595. Windows color (decimal): -15404788 or 848148. OLE color: 848148.
HSL color Cylindrical-coordinate representation of color #14F10C: hue angle of 117.9º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14F10C is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 12 | - |
| CMYK | 0.92 | 0 | 0.95 | 0.05 |
| HSL | 117.9º | 0.91% | 0.5% | - |
| HSV(B) | 117.9º | 0.95% | 0.95% | - |
| XYZ | 31.81 | 63.09 | 10.85 | - |
| YUV | 148.82 | 50.78 | 36.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 12 | 0.92 | 0 | 0.95 | 0.05 | 117.9 | 0.91 | 0.5 |
| Hex | 14 | F1 | C | 5C | 0 | 5F | 5 | 76 | 5B | 32 |
| Octal | 24 | 361 | 14 | 134 | 0 | 137 | 5 | 166 | 133 | 62 |
| Binary | 10100 | 11110001 | 1100 | 1011100 | 0 | 1011111 | 101 | 1110110 | 1011011 | 110010 |
Color Harmonies of #14F10C
Complementary color
Monochromatic Colors of #14F10C
Black with #14F10C
Text Example
Text Example
White with #14F10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F10C; }
p { color: rgb(20,241,12); }
H1.HeaderClassName
{
color: #14F10C;
}
.AnyTagClassName
{
color: #14F10C;
}
</style>
background-color css
<style>
a { background-color: #14F10C; }
a { background-color: rgb(20,241,12); }
div.DivClassName
{
background-color: #14F10C;
}
.BgClassName
{
background-color: #14F10C;
}
</style>
border-color css
<style>
span { border-color: #14F10C; }
span { border-color: rgb(20,241,12); }
td.TdClassName
{
border-color: #14F10C;
}
.TagClassName
{
border-color: #14F10C;
}
</style>