Shades of Free Speech Green #16F00A
Tints of Free Speech Green #16F00A
RGB
CMYK
RGB Variations
Color information
#16F00A (or 0x16F00A) is known color: Free Speech Green. HEX triplet: 16, F0 and 0A. RGB value is (22,240,10). Sum of RGB (Red+Green+Blue) = 22+240+10=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 240 (94.14% from 255 or 88.24% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 240 - color contains mainly: green. Hex color #16F00A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16F00A is #E90FF5. Grayscale: #959595. Windows color (decimal): -15273974 or 716822. OLE color: 716822.
HSL color Cylindrical-coordinate representation of color #16F00A: hue angle of 116.87º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16F00A is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 240 | 10 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.06 |
| HSL | 116.87º | 0.92% | 0.49% | - |
| HSV(B) | 116.87º | 0.96% | 0.94% | - |
| XYZ | 31.55 | 62.51 | 10.69 | - |
| YUV | 148.6 | 49.78 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 240 | 10 | 0.91 | 0 | 0.96 | 0.06 | 116.87 | 0.92 | 0.49 |
| Hex | 16 | F0 | A | 5B | 0 | 60 | 6 | 75 | 5C | 31 |
| Octal | 26 | 360 | 12 | 133 | 0 | 140 | 6 | 165 | 134 | 61 |
| Binary | 10110 | 11110000 | 1010 | 1011011 | 0 | 1100000 | 110 | 1110101 | 1011100 | 110001 |
Color Harmonies of #16F00A
Complementary color
Monochromatic Colors of #16F00A
Black with #16F00A
Text Example
Text Example
White with #16F00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F00A; }
p { color: rgb(22,240,10); }
H1.HeaderClassName
{
color: #16F00A;
}
.AnyTagClassName
{
color: #16F00A;
}
</style>
background-color css
<style>
a { background-color: #16F00A; }
a { background-color: rgb(22,240,10); }
div.DivClassName
{
background-color: #16F00A;
}
.BgClassName
{
background-color: #16F00A;
}
</style>
border-color css
<style>
span { border-color: #16F00A; }
span { border-color: rgb(22,240,10); }
td.TdClassName
{
border-color: #16F00A;
}
.TagClassName
{
border-color: #16F00A;
}
</style>