Shades of Free Speech Green #15F115
Tints of Free Speech Green #15F115
RGB
CMYK
RGB Variations
Color information
#15F115 (or 0x15F115) is known color: Free Speech Green. HEX triplet: 15, F1 and 15. RGB value is (21,241,21). Sum of RGB (Red+Green+Blue) = 21+241+21=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 241 (94.53% from 255 or 85.16% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 241 - color contains mainly: green. Hex color #15F115 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #15F115 is #EA0EEA. Grayscale: #969696. Windows color (decimal): -15339243 or 1437973. OLE color: 1437973.
HSL color Cylindrical-coordinate representation of color #15F115: hue angle of 120º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F115 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 241 | 21 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.05 |
| HSL | 120º | 0.89% | 0.51% | - |
| HSV(B) | 120º | 0.91% | 0.95% | - |
| XYZ | 31.9 | 63.12 | 11.21 | - |
| YUV | 150.14 | 55.11 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 241 | 21 | 0.91 | 0 | 0.91 | 0.05 | 120 | 0.89 | 0.51 |
| Hex | 15 | F1 | 15 | 5B | 0 | 5B | 5 | 78 | 59 | 33 |
| Octal | 25 | 361 | 25 | 133 | 0 | 133 | 5 | 170 | 131 | 63 |
| Binary | 10101 | 11110001 | 10101 | 1011011 | 0 | 1011011 | 101 | 1111000 | 1011001 | 110011 |
Color Harmonies of #15F115
Complementary color
Monochromatic Colors of #15F115
Black with #15F115
Text Example
Text Example
White with #15F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F115; }
p { color: rgb(21,241,21); }
H1.HeaderClassName
{
color: #15F115;
}
.AnyTagClassName
{
color: #15F115;
}
</style>
background-color css
<style>
a { background-color: #15F115; }
a { background-color: rgb(21,241,21); }
div.DivClassName
{
background-color: #15F115;
}
.BgClassName
{
background-color: #15F115;
}
</style>
border-color css
<style>
span { border-color: #15F115; }
span { border-color: rgb(21,241,21); }
td.TdClassName
{
border-color: #15F115;
}
.TagClassName
{
border-color: #15F115;
}
</style>