Shades of Free Speech Green #16FB0A
Tints of Free Speech Green #16FB0A
RGB
CMYK
RGB Variations
Color information
#16FB0A (or 0x16FB0A) is known color: Free Speech Green. HEX triplet: 16, FB and 0A. RGB value is (22,251,10). Sum of RGB (Red+Green+Blue) = 22+251+10=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 251 (98.44% from 255 or 88.69% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 251 - color contains mainly: green. Hex color #16FB0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16FB0A is #E904F5. Grayscale: #9B9B9B. Windows color (decimal): -15271158 or 719638. OLE color: 719638.
HSL color Cylindrical-coordinate representation of color #16FB0A: hue angle of 117.01º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16FB0A is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 251 | 10 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.02 |
| HSL | 117.01º | 0.97% | 0.51% | - |
| HSV(B) | 117.01º | 0.96% | 0.98% | - |
| XYZ | 34.88 | 69.19 | 11.8 | - |
| YUV | 155.06 | 46.13 | 33.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 251 | 10 | 0.91 | 0 | 0.96 | 0.02 | 117.01 | 0.97 | 0.51 |
| Hex | 16 | FB | A | 5B | 0 | 60 | 2 | 75 | 61 | 33 |
| Octal | 26 | 373 | 12 | 133 | 0 | 140 | 2 | 165 | 141 | 63 |
| Binary | 10110 | 11111011 | 1010 | 1011011 | 0 | 1100000 | 10 | 1110101 | 1100001 | 110011 |
Color Harmonies of #16FB0A
Complementary color
Monochromatic Colors of #16FB0A
Black with #16FB0A
Text Example
Text Example
White with #16FB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FB0A; }
p { color: rgb(22,251,10); }
H1.HeaderClassName
{
color: #16FB0A;
}
.AnyTagClassName
{
color: #16FB0A;
}
</style>
background-color css
<style>
a { background-color: #16FB0A; }
a { background-color: rgb(22,251,10); }
div.DivClassName
{
background-color: #16FB0A;
}
.BgClassName
{
background-color: #16FB0A;
}
</style>
border-color css
<style>
span { border-color: #16FB0A; }
span { border-color: rgb(22,251,10); }
td.TdClassName
{
border-color: #16FB0A;
}
.TagClassName
{
border-color: #16FB0A;
}
</style>