Shades of Free Speech Green #16E427
Tints of Free Speech Green #16E427
RGB
CMYK
RGB Variations
Color information
#16E427 (or 0x16E427) is known color: Free Speech Green. HEX triplet: 16, E4 and 27. RGB value is (22,228,39). Sum of RGB (Red+Green+Blue) = 22+228+39=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 228 (89.45% from 255 or 78.89% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 228 - color contains mainly: green. Hex color #16E427 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16E427 is #E91BD8. Grayscale: #919191. Windows color (decimal): -15277017 or 2614294. OLE color: 2614294.
HSL color Cylindrical-coordinate representation of color #16E427: hue angle of 124.95º 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 #16E427 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 228 | 39 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.11 |
| HSL | 124.95º | 0.82% | 0.49% | - |
| HSV(B) | 124.95º | 0.9% | 0.89% | - |
| XYZ | 28.44 | 55.8 | 11.19 | - |
| YUV | 144.86 | 68.25 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 228 | 39 | 0.90 | 0 | 0.83 | 0.11 | 124.95 | 0.82 | 0.49 |
| Hex | 16 | E4 | 27 | 5A | 0 | 53 | B | 7D | 52 | 31 |
| Octal | 26 | 344 | 47 | 132 | 0 | 123 | 13 | 175 | 122 | 61 |
| Binary | 10110 | 11100100 | 100111 | 1011010 | 0 | 1010011 | 1011 | 1111101 | 1010010 | 110001 |
Color Harmonies of #16E427
Complementary color
Monochromatic Colors of #16E427
Black with #16E427
Text Example
Text Example
White with #16E427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E427; }
p { color: rgb(22,228,39); }
H1.HeaderClassName
{
color: #16E427;
}
.AnyTagClassName
{
color: #16E427;
}
</style>
background-color css
<style>
a { background-color: #16E427; }
a { background-color: rgb(22,228,39); }
div.DivClassName
{
background-color: #16E427;
}
.BgClassName
{
background-color: #16E427;
}
</style>
border-color css
<style>
span { border-color: #16E427; }
span { border-color: rgb(22,228,39); }
td.TdClassName
{
border-color: #16E427;
}
.TagClassName
{
border-color: #16E427;
}
</style>