Shades of Free Speech Green #16FE04
Tints of Free Speech Green #16FE04
RGB
CMYK
RGB Variations
Color information
#16FE04 (or 0x16FE04) is known color: Free Speech Green. HEX triplet: 16, FE and 04. RGB value is (22,254,4). Sum of RGB (Red+Green+Blue) = 22+254+4=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 254 (99.61% from 255 or 90.71% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 254 - color contains mainly: green. Hex color #16FE04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16FE04 is #E901FB. Grayscale: #9C9C9C. Windows color (decimal): -15270396 or 327190. OLE color: 327190.
HSL color Cylindrical-coordinate representation of color #16FE04: hue angle of 115.68º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16FE04 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 254 | 4 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.00 |
| HSL | 115.68º | 0.99% | 0.51% | - |
| HSV(B) | 115.68º | 0.98% | 1% | - |
| XYZ | 35.79 | 71.06 | 11.94 | - |
| YUV | 156.13 | 42.14 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 254 | 4 | 0.91 | 0 | 0.98 | 0.00 | 115.68 | 0.99 | 0.51 |
| Hex | 16 | FE | 4 | 5B | 0 | 62 | 0 | 74 | 63 | 33 |
| Octal | 26 | 376 | 4 | 133 | 0 | 142 | 0 | 164 | 143 | 63 |
| Binary | 10110 | 11111110 | 100 | 1011011 | 0 | 1100010 | 0 | 1110100 | 1100011 | 110011 |
Color Harmonies of #16FE04
Complementary color
Monochromatic Colors of #16FE04
Black with #16FE04
Text Example
Text Example
White with #16FE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FE04; }
p { color: rgb(22,254,4); }
H1.HeaderClassName
{
color: #16FE04;
}
.AnyTagClassName
{
color: #16FE04;
}
</style>
background-color css
<style>
a { background-color: #16FE04; }
a { background-color: rgb(22,254,4); }
div.DivClassName
{
background-color: #16FE04;
}
.BgClassName
{
background-color: #16FE04;
}
</style>
border-color css
<style>
span { border-color: #16FE04; }
span { border-color: rgb(22,254,4); }
td.TdClassName
{
border-color: #16FE04;
}
.TagClassName
{
border-color: #16FE04;
}
</style>