Shades of Free Speech Green #14CB0C
Tints of Free Speech Green #14CB0C
RGB
CMYK
RGB Variations
Color information
#14CB0C (or 0x14CB0C) is known color: Free Speech Green. HEX triplet: 14, CB and 0C. RGB value is (20,203,12). Sum of RGB (Red+Green+Blue) = 20+203+12=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 203 (79.69% from 255 or 86.38% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14CB0C is #EB34F3. Grayscale: #7F7F7F. Windows color (decimal): -15414516 or 838420. OLE color: 838420.
HSL color Cylindrical-coordinate representation of color #14CB0C: hue angle of 117.49º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14CB0C is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 12 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.20 |
| HSL | 117.49º | 0.89% | 0.42% | - |
| HSV(B) | 117.49º | 0.94% | 0.8% | - |
| XYZ | 21.71 | 42.89 | 7.48 | - |
| YUV | 126.51 | 63.37 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 12 | 0.90 | 0 | 0.94 | 0.20 | 117.49 | 0.89 | 0.42 |
| Hex | 14 | CB | C | 5A | 0 | 5E | 14 | 75 | 59 | 2A |
| Octal | 24 | 313 | 14 | 132 | 0 | 136 | 24 | 165 | 131 | 52 |
| Binary | 10100 | 11001011 | 1100 | 1011010 | 0 | 1011110 | 10100 | 1110101 | 1011001 | 101010 |
Color Harmonies of #14CB0C
Complementary color
Monochromatic Colors of #14CB0C
Black with #14CB0C
Text Example
Text Example
White with #14CB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CB0C; }
p { color: rgb(20,203,12); }
H1.HeaderClassName
{
color: #14CB0C;
}
.AnyTagClassName
{
color: #14CB0C;
}
</style>
background-color css
<style>
a { background-color: #14CB0C; }
a { background-color: rgb(20,203,12); }
div.DivClassName
{
background-color: #14CB0C;
}
.BgClassName
{
background-color: #14CB0C;
}
</style>
border-color css
<style>
span { border-color: #14CB0C; }
span { border-color: rgb(20,203,12); }
td.TdClassName
{
border-color: #14CB0C;
}
.TagClassName
{
border-color: #14CB0C;
}
</style>