Shades of Free Speech Green #10D716
Tints of Free Speech Green #10D716
RGB
CMYK
RGB Variations
Color information
#10D716 (or 0x10D716) is known color: Free Speech Green. HEX triplet: 10, D7 and 16. RGB value is (16,215,22). Sum of RGB (Red+Green+Blue) = 16+215+22=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 215 (84.38% from 255 or 84.98% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 215 - color contains mainly: green. Hex color #10D716 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D716 is #EF28E9. Grayscale: #868686. Windows color (decimal): -15673578 or 1496848. OLE color: 1496848.
HSL color Cylindrical-coordinate representation of color #10D716: hue angle of 121.81º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D716 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 215 | 22 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.16 |
| HSL | 121.81º | 0.86% | 0.45% | - |
| HSV(B) | 121.81º | 0.93% | 0.84% | - |
| XYZ | 24.66 | 48.77 | 8.87 | - |
| YUV | 133.5 | 65.07 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 215 | 22 | 0.93 | 0 | 0.90 | 0.16 | 121.81 | 0.86 | 0.45 |
| Hex | 10 | D7 | 16 | 5D | 0 | 5A | 10 | 7A | 56 | 2D |
| Octal | 20 | 327 | 26 | 135 | 0 | 132 | 20 | 172 | 126 | 55 |
| Binary | 10000 | 11010111 | 10110 | 1011101 | 0 | 1011010 | 10000 | 1111010 | 1010110 | 101101 |
Color Harmonies of #10D716
Complementary color
Monochromatic Colors of #10D716
Black with #10D716
Text Example
Text Example
White with #10D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D716; }
p { color: rgb(16,215,22); }
H1.HeaderClassName
{
color: #10D716;
}
.AnyTagClassName
{
color: #10D716;
}
</style>
background-color css
<style>
a { background-color: #10D716; }
a { background-color: rgb(16,215,22); }
div.DivClassName
{
background-color: #10D716;
}
.BgClassName
{
background-color: #10D716;
}
</style>
border-color css
<style>
span { border-color: #10D716; }
span { border-color: rgb(16,215,22); }
td.TdClassName
{
border-color: #10D716;
}
.TagClassName
{
border-color: #10D716;
}
</style>