Shades of Free Speech Green #16EA0A
Tints of Free Speech Green #16EA0A
RGB
CMYK
RGB Variations
Color information
#16EA0A (or 0x16EA0A) is known color: Free Speech Green. HEX triplet: 16, EA and 0A. RGB value is (22,234,10). Sum of RGB (Red+Green+Blue) = 22+234+10=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 234 (91.80% from 255 or 87.97% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 234 - color contains mainly: green. Hex color #16EA0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16EA0A is #E915F5. Grayscale: #919191. Windows color (decimal): -15275510 or 715286. OLE color: 715286.
HSL color Cylindrical-coordinate representation of color #16EA0A: hue angle of 116.79º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16EA0A is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 234 | 10 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.08 |
| HSL | 116.79º | 0.92% | 0.48% | - |
| HSV(B) | 116.79º | 0.96% | 0.92% | - |
| XYZ | 29.81 | 59.04 | 10.11 | - |
| YUV | 145.08 | 51.76 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 234 | 10 | 0.91 | 0 | 0.96 | 0.08 | 116.79 | 0.92 | 0.48 |
| Hex | 16 | EA | A | 5B | 0 | 60 | 8 | 75 | 5C | 30 |
| Octal | 26 | 352 | 12 | 133 | 0 | 140 | 10 | 165 | 134 | 60 |
| Binary | 10110 | 11101010 | 1010 | 1011011 | 0 | 1100000 | 1000 | 1110101 | 1011100 | 110000 |
Color Harmonies of #16EA0A
Complementary color
Monochromatic Colors of #16EA0A
Black with #16EA0A
Text Example
Text Example
White with #16EA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EA0A; }
p { color: rgb(22,234,10); }
H1.HeaderClassName
{
color: #16EA0A;
}
.AnyTagClassName
{
color: #16EA0A;
}
</style>
background-color css
<style>
a { background-color: #16EA0A; }
a { background-color: rgb(22,234,10); }
div.DivClassName
{
background-color: #16EA0A;
}
.BgClassName
{
background-color: #16EA0A;
}
</style>
border-color css
<style>
span { border-color: #16EA0A; }
span { border-color: rgb(22,234,10); }
td.TdClassName
{
border-color: #16EA0A;
}
.TagClassName
{
border-color: #16EA0A;
}
</style>