Shades of Free Speech Green #14F228
Tints of Free Speech Green #14F228
RGB
CMYK
RGB Variations
Color information
#14F228 (or 0x14F228) is known color: Free Speech Green. HEX triplet: 14, F2 and 28. RGB value is (20,242,40). Sum of RGB (Red+Green+Blue) = 20+242+40=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 242 (94.92% from 255 or 80.13% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 242 - color contains mainly: green. Hex color #14F228 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F228 is #EB0DD7. Grayscale: #999999. Windows color (decimal): -15404504 or 2683412. OLE color: 2683412.
HSL color Cylindrical-coordinate representation of color #14F228: hue angle of 125.41º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F228 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 40 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.05 |
| HSL | 125.41º | 0.9% | 0.51% | - |
| HSV(B) | 125.41º | 0.92% | 0.95% | - |
| XYZ | 32.42 | 63.81 | 12.61 | - |
| YUV | 152.59 | 64.45 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 40 | 0.92 | 0 | 0.83 | 0.05 | 125.41 | 0.9 | 0.51 |
| Hex | 14 | F2 | 28 | 5C | 0 | 53 | 5 | 7D | 5A | 33 |
| Octal | 24 | 362 | 50 | 134 | 0 | 123 | 5 | 175 | 132 | 63 |
| Binary | 10100 | 11110010 | 101000 | 1011100 | 0 | 1010011 | 101 | 1111101 | 1011010 | 110011 |
Color Harmonies of #14F228
Complementary color
Monochromatic Colors of #14F228
Black with #14F228
Text Example
Text Example
White with #14F228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F228; }
p { color: rgb(20,242,40); }
H1.HeaderClassName
{
color: #14F228;
}
.AnyTagClassName
{
color: #14F228;
}
</style>
background-color css
<style>
a { background-color: #14F228; }
a { background-color: rgb(20,242,40); }
div.DivClassName
{
background-color: #14F228;
}
.BgClassName
{
background-color: #14F228;
}
</style>
border-color css
<style>
span { border-color: #14F228; }
span { border-color: rgb(20,242,40); }
td.TdClassName
{
border-color: #14F228;
}
.TagClassName
{
border-color: #14F228;
}
</style>