Shades of Free Speech Green #15F211
Tints of Free Speech Green #15F211
RGB
CMYK
RGB Variations
Color information
#15F211 (or 0x15F211) is known color: Free Speech Green. HEX triplet: 15, F2 and 11. RGB value is (21,242,17). Sum of RGB (Red+Green+Blue) = 21+242+17=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 242 (94.92% from 255 or 86.43% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 242 - color contains mainly: green. Hex color #15F211 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #15F211 is #EA0DEE. Grayscale: #969696. Windows color (decimal): -15338991 or 1176085. OLE color: 1176085.
HSL color Cylindrical-coordinate representation of color #15F211: hue angle of 118.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15F211 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 242 | 17 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.05 |
| HSL | 118.93º | 0.9% | 0.51% | - |
| HSV(B) | 118.93º | 0.93% | 0.95% | - |
| XYZ | 32.16 | 63.7 | 11.13 | - |
| YUV | 150.27 | 52.78 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 242 | 17 | 0.91 | 0 | 0.93 | 0.05 | 118.93 | 0.9 | 0.51 |
| Hex | 15 | F2 | 11 | 5B | 0 | 5D | 5 | 77 | 5A | 33 |
| Octal | 25 | 362 | 21 | 133 | 0 | 135 | 5 | 167 | 132 | 63 |
| Binary | 10101 | 11110010 | 10001 | 1011011 | 0 | 1011101 | 101 | 1110111 | 1011010 | 110011 |
Color Harmonies of #15F211
Complementary color
Monochromatic Colors of #15F211
Black with #15F211
Text Example
Text Example
White with #15F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F211; }
p { color: rgb(21,242,17); }
H1.HeaderClassName
{
color: #15F211;
}
.AnyTagClassName
{
color: #15F211;
}
</style>
background-color css
<style>
a { background-color: #15F211; }
a { background-color: rgb(21,242,17); }
div.DivClassName
{
background-color: #15F211;
}
.BgClassName
{
background-color: #15F211;
}
</style>
border-color css
<style>
span { border-color: #15F211; }
span { border-color: rgb(21,242,17); }
td.TdClassName
{
border-color: #15F211;
}
.TagClassName
{
border-color: #15F211;
}
</style>