Shades of Free Speech Green #16ED10
Tints of Free Speech Green #16ED10
RGB
CMYK
RGB Variations
Color information
#16ED10 (or 0x16ED10) is known color: Free Speech Green. HEX triplet: 16, ED and 10. RGB value is (22,237,16). Sum of RGB (Red+Green+Blue) = 22+237+16=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 237 (92.97% from 255 or 86.18% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 237 - color contains mainly: green. Hex color #16ED10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16ED10 is #E912EF. Grayscale: #949494. Windows color (decimal): -15274736 or 1109270. OLE color: 1109270.
HSL color Cylindrical-coordinate representation of color #16ED10: hue angle of 118.37º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16ED10 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 237 | 16 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.07 |
| HSL | 118.37º | 0.87% | 0.5% | - |
| HSV(B) | 118.37º | 0.93% | 0.93% | - |
| XYZ | 30.71 | 60.78 | 10.6 | - |
| YUV | 147.52 | 53.77 | 38.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 237 | 16 | 0.91 | 0 | 0.93 | 0.07 | 118.37 | 0.87 | 0.5 |
| Hex | 16 | ED | 10 | 5B | 0 | 5D | 7 | 76 | 57 | 32 |
| Octal | 26 | 355 | 20 | 133 | 0 | 135 | 7 | 166 | 127 | 62 |
| Binary | 10110 | 11101101 | 10000 | 1011011 | 0 | 1011101 | 111 | 1110110 | 1010111 | 110010 |
Color Harmonies of #16ED10
Complementary color
Monochromatic Colors of #16ED10
Black with #16ED10
Text Example
Text Example
White with #16ED10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ED10; }
p { color: rgb(22,237,16); }
H1.HeaderClassName
{
color: #16ED10;
}
.AnyTagClassName
{
color: #16ED10;
}
</style>
background-color css
<style>
a { background-color: #16ED10; }
a { background-color: rgb(22,237,16); }
div.DivClassName
{
background-color: #16ED10;
}
.BgClassName
{
background-color: #16ED10;
}
</style>
border-color css
<style>
span { border-color: #16ED10; }
span { border-color: rgb(22,237,16); }
td.TdClassName
{
border-color: #16ED10;
}
.TagClassName
{
border-color: #16ED10;
}
</style>