Shades of Free Speech Green #16FD0A
Tints of Free Speech Green #16FD0A
RGB
CMYK
RGB Variations
Color information
#16FD0A (or 0x16FD0A) is known color: Free Speech Green. HEX triplet: 16, FD and 0A. RGB value is (22,253,10). Sum of RGB (Red+Green+Blue) = 22+253+10=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 253 (99.22% from 255 or 88.77% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 253 - color contains mainly: green. Hex color #16FD0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16FD0A is #E902F5. Grayscale: #9C9C9C. Windows color (decimal): -15270646 or 720150. OLE color: 720150.
HSL color Cylindrical-coordinate representation of color #16FD0A: hue angle of 117.04º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16FD0A is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 253 | 10 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.01 |
| HSL | 117.04º | 0.98% | 0.52% | - |
| HSV(B) | 117.04º | 0.96% | 0.99% | - |
| XYZ | 35.51 | 70.44 | 12.01 | - |
| YUV | 156.23 | 45.47 | 32.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 253 | 10 | 0.91 | 0 | 0.96 | 0.01 | 117.04 | 0.98 | 0.52 |
| Hex | 16 | FD | A | 5B | 0 | 60 | 1 | 75 | 62 | 34 |
| Octal | 26 | 375 | 12 | 133 | 0 | 140 | 1 | 165 | 142 | 64 |
| Binary | 10110 | 11111101 | 1010 | 1011011 | 0 | 1100000 | 1 | 1110101 | 1100010 | 110100 |
Color Harmonies of #16FD0A
Complementary color
Monochromatic Colors of #16FD0A
Black with #16FD0A
Text Example
Text Example
White with #16FD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FD0A; }
p { color: rgb(22,253,10); }
H1.HeaderClassName
{
color: #16FD0A;
}
.AnyTagClassName
{
color: #16FD0A;
}
</style>
background-color css
<style>
a { background-color: #16FD0A; }
a { background-color: rgb(22,253,10); }
div.DivClassName
{
background-color: #16FD0A;
}
.BgClassName
{
background-color: #16FD0A;
}
</style>
border-color css
<style>
span { border-color: #16FD0A; }
span { border-color: rgb(22,253,10); }
td.TdClassName
{
border-color: #16FD0A;
}
.TagClassName
{
border-color: #16FD0A;
}
</style>