Shades of Free Speech Green #15D716
Tints of Free Speech Green #15D716
RGB
CMYK
RGB Variations
Color information
#15D716 (or 0x15D716) is known color: Free Speech Green. HEX triplet: 15, D7 and 16. RGB value is (21,215,22). Sum of RGB (Red+Green+Blue) = 21+215+22=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 215 (84.38% from 255 or 83.33% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 215 - color contains mainly: green. Hex color #15D716 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15D716 is #EA28E9. Grayscale: #878787. Windows color (decimal): -15345898 or 1496853. OLE color: 1496853.
HSL color Cylindrical-coordinate representation of color #15D716: hue angle of 120.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D716 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 215 | 22 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.16 |
| HSL | 120.31º | 0.82% | 0.46% | - |
| HSV(B) | 120.31º | 0.9% | 0.84% | - |
| XYZ | 24.75 | 48.82 | 8.88 | - |
| YUV | 134.99 | 64.23 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 215 | 22 | 0.90 | 0 | 0.90 | 0.16 | 120.31 | 0.82 | 0.46 |
| Hex | 15 | D7 | 16 | 5A | 0 | 5A | 10 | 78 | 52 | 2E |
| Octal | 25 | 327 | 26 | 132 | 0 | 132 | 20 | 170 | 122 | 56 |
| Binary | 10101 | 11010111 | 10110 | 1011010 | 0 | 1011010 | 10000 | 1111000 | 1010010 | 101110 |
Color Harmonies of #15D716
Complementary color
Monochromatic Colors of #15D716
Black with #15D716
Text Example
Text Example
White with #15D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D716; }
p { color: rgb(21,215,22); }
H1.HeaderClassName
{
color: #15D716;
}
.AnyTagClassName
{
color: #15D716;
}
</style>
background-color css
<style>
a { background-color: #15D716; }
a { background-color: rgb(21,215,22); }
div.DivClassName
{
background-color: #15D716;
}
.BgClassName
{
background-color: #15D716;
}
</style>
border-color css
<style>
span { border-color: #15D716; }
span { border-color: rgb(21,215,22); }
td.TdClassName
{
border-color: #15D716;
}
.TagClassName
{
border-color: #15D716;
}
</style>