Shades of Free Speech Green #15E515
Tints of Free Speech Green #15E515
RGB
CMYK
RGB Variations
Color information
#15E515 (or 0x15E515) is known color: Free Speech Green. HEX triplet: 15, E5 and 15. RGB value is (21,229,21). Sum of RGB (Red+Green+Blue) = 21+229+21=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 229 (89.84% from 255 or 84.50% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 229 - color contains mainly: green. Hex color #15E515 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15E515 is #EA1AEA. Grayscale: #8F8F8F. Windows color (decimal): -15342315 or 1434901. OLE color: 1434901.
HSL color Cylindrical-coordinate representation of color #15E515: hue angle of 120º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E515 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 229 | 21 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.10 |
| HSL | 120º | 0.83% | 0.49% | - |
| HSV(B) | 120º | 0.91% | 0.9% | - |
| XYZ | 28.46 | 56.25 | 10.07 | - |
| YUV | 143.1 | 59.09 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 229 | 21 | 0.91 | 0 | 0.91 | 0.10 | 120 | 0.83 | 0.49 |
| Hex | 15 | E5 | 15 | 5B | 0 | 5B | A | 78 | 53 | 31 |
| Octal | 25 | 345 | 25 | 133 | 0 | 133 | 12 | 170 | 123 | 61 |
| Binary | 10101 | 11100101 | 10101 | 1011011 | 0 | 1011011 | 1010 | 1111000 | 1010011 | 110001 |
Color Harmonies of #15E515
Complementary color
Monochromatic Colors of #15E515
Black with #15E515
Text Example
Text Example
White with #15E515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E515; }
p { color: rgb(21,229,21); }
H1.HeaderClassName
{
color: #15E515;
}
.AnyTagClassName
{
color: #15E515;
}
</style>
background-color css
<style>
a { background-color: #15E515; }
a { background-color: rgb(21,229,21); }
div.DivClassName
{
background-color: #15E515;
}
.BgClassName
{
background-color: #15E515;
}
</style>
border-color css
<style>
span { border-color: #15E515; }
span { border-color: rgb(21,229,21); }
td.TdClassName
{
border-color: #15E515;
}
.TagClassName
{
border-color: #15E515;
}
</style>