Shades of Free Speech Green #16E41C
Tints of Free Speech Green #16E41C
RGB
CMYK
RGB Variations
Color information
#16E41C (or 0x16E41C) is known color: Free Speech Green. HEX triplet: 16, E4 and 1C. RGB value is (22,228,28). Sum of RGB (Red+Green+Blue) = 22+228+28=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 228 (89.45% from 255 or 82.01% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 228 - color contains mainly: green. Hex color #16E41C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16E41C is #E91BE3. Grayscale: #909090. Windows color (decimal): -15277028 or 1893398. OLE color: 1893398.
HSL color Cylindrical-coordinate representation of color #16E41C: hue angle of 121.75º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E41C is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 228 | 28 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.11 |
| HSL | 121.75º | 0.82% | 0.49% | - |
| HSV(B) | 121.75º | 0.9% | 0.89% | - |
| XYZ | 28.28 | 55.74 | 10.37 | - |
| YUV | 143.61 | 62.75 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 228 | 28 | 0.90 | 0 | 0.88 | 0.11 | 121.75 | 0.82 | 0.49 |
| Hex | 16 | E4 | 1C | 5A | 0 | 58 | B | 7A | 52 | 31 |
| Octal | 26 | 344 | 34 | 132 | 0 | 130 | 13 | 172 | 122 | 61 |
| Binary | 10110 | 11100100 | 11100 | 1011010 | 0 | 1011000 | 1011 | 1111010 | 1010010 | 110001 |
Color Harmonies of #16E41C
Complementary color
Monochromatic Colors of #16E41C
Black with #16E41C
Text Example
Text Example
White with #16E41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E41C; }
p { color: rgb(22,228,28); }
H1.HeaderClassName
{
color: #16E41C;
}
.AnyTagClassName
{
color: #16E41C;
}
</style>
background-color css
<style>
a { background-color: #16E41C; }
a { background-color: rgb(22,228,28); }
div.DivClassName
{
background-color: #16E41C;
}
.BgClassName
{
background-color: #16E41C;
}
</style>
border-color css
<style>
span { border-color: #16E41C; }
span { border-color: rgb(22,228,28); }
td.TdClassName
{
border-color: #16E41C;
}
.TagClassName
{
border-color: #16E41C;
}
</style>