Shades of Free Speech Green #16E31E
Tints of Free Speech Green #16E31E
RGB
CMYK
RGB Variations
Color information
#16E31E (or 0x16E31E) is known color: Free Speech Green. HEX triplet: 16, E3 and 1E. RGB value is (22,227,30). Sum of RGB (Red+Green+Blue) = 22+227+30=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 227 (89.06% from 255 or 81.36% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 227 - color contains mainly: green. Hex color #16E31E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16E31E is #E91CE1. Grayscale: #8F8F8F. Windows color (decimal): -15277282 or 2024214. OLE color: 2024214.
HSL color Cylindrical-coordinate representation of color #16E31E: hue angle of 122.34º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E31E is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 227 | 30 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.11 |
| HSL | 122.34º | 0.82% | 0.49% | - |
| HSV(B) | 122.34º | 0.9% | 0.89% | - |
| XYZ | 28.03 | 55.2 | 10.41 | - |
| YUV | 143.25 | 64.08 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 227 | 30 | 0.90 | 0 | 0.87 | 0.11 | 122.34 | 0.82 | 0.49 |
| Hex | 16 | E3 | 1E | 5A | 0 | 57 | B | 7A | 52 | 31 |
| Octal | 26 | 343 | 36 | 132 | 0 | 127 | 13 | 172 | 122 | 61 |
| Binary | 10110 | 11100011 | 11110 | 1011010 | 0 | 1010111 | 1011 | 1111010 | 1010010 | 110001 |
Color Harmonies of #16E31E
Complementary color
Monochromatic Colors of #16E31E
Black with #16E31E
Text Example
Text Example
White with #16E31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E31E; }
p { color: rgb(22,227,30); }
H1.HeaderClassName
{
color: #16E31E;
}
.AnyTagClassName
{
color: #16E31E;
}
</style>
background-color css
<style>
a { background-color: #16E31E; }
a { background-color: rgb(22,227,30); }
div.DivClassName
{
background-color: #16E31E;
}
.BgClassName
{
background-color: #16E31E;
}
</style>
border-color css
<style>
span { border-color: #16E31E; }
span { border-color: rgb(22,227,30); }
td.TdClassName
{
border-color: #16E31E;
}
.TagClassName
{
border-color: #16E31E;
}
</style>