Shades of Free Speech Green #15D810
Tints of Free Speech Green #15D810
RGB
CMYK
RGB Variations
Color information
#15D810 (or 0x15D810) is known color: Free Speech Green. HEX triplet: 15, D8 and 10. RGB value is (21,216,16). Sum of RGB (Red+Green+Blue) = 21+216+16=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 216 (84.77% from 255 or 85.38% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 216 - color contains mainly: green. Hex color #15D810 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15D810 is #EA27EF. Grayscale: #878787. Windows color (decimal): -15345648 or 1103893. OLE color: 1103893.
HSL color Cylindrical-coordinate representation of color #15D810: hue angle of 118.5º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15D810 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 216 | 16 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.15 |
| HSL | 118.5º | 0.86% | 0.45% | - |
| HSV(B) | 118.5º | 0.93% | 0.85% | - |
| XYZ | 24.96 | 49.31 | 8.69 | - |
| YUV | 134.9 | 60.9 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 216 | 16 | 0.90 | 0 | 0.93 | 0.15 | 118.5 | 0.86 | 0.45 |
| Hex | 15 | D8 | 10 | 5A | 0 | 5D | F | 76 | 56 | 2D |
| Octal | 25 | 330 | 20 | 132 | 0 | 135 | 17 | 166 | 126 | 55 |
| Binary | 10101 | 11011000 | 10000 | 1011010 | 0 | 1011101 | 1111 | 1110110 | 1010110 | 101101 |
Color Harmonies of #15D810
Complementary color
Monochromatic Colors of #15D810
Black with #15D810
Text Example
Text Example
White with #15D810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D810; }
p { color: rgb(21,216,16); }
H1.HeaderClassName
{
color: #15D810;
}
.AnyTagClassName
{
color: #15D810;
}
</style>
background-color css
<style>
a { background-color: #15D810; }
a { background-color: rgb(21,216,16); }
div.DivClassName
{
background-color: #15D810;
}
.BgClassName
{
background-color: #15D810;
}
</style>
border-color css
<style>
span { border-color: #15D810; }
span { border-color: rgb(21,216,16); }
td.TdClassName
{
border-color: #15D810;
}
.TagClassName
{
border-color: #15D810;
}
</style>