Shades of Free Speech Green #15F120
Tints of Free Speech Green #15F120
RGB
CMYK
RGB Variations
Color information
#15F120 (or 0x15F120) is known color: Free Speech Green. HEX triplet: 15, F1 and 20. RGB value is (21,241,32). Sum of RGB (Red+Green+Blue) = 21+241+32=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 241 (94.53% from 255 or 81.97% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 241 - color contains mainly: green. Hex color #15F120 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15F120 is #EA0EDF. Grayscale: #989898. Windows color (decimal): -15339232 or 2158869. OLE color: 2158869.
HSL color Cylindrical-coordinate representation of color #15F120: hue angle of 123º 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 #15F120 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 241 | 32 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.05 |
| HSL | 123º | 0.89% | 0.51% | - |
| HSV(B) | 123º | 0.91% | 0.95% | - |
| XYZ | 32.03 | 63.17 | 11.87 | - |
| YUV | 151.39 | 60.61 | 34.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 241 | 32 | 0.91 | 0 | 0.87 | 0.05 | 123 | 0.89 | 0.51 |
| Hex | 15 | F1 | 20 | 5B | 0 | 57 | 5 | 7B | 59 | 33 |
| Octal | 25 | 361 | 40 | 133 | 0 | 127 | 5 | 173 | 131 | 63 |
| Binary | 10101 | 11110001 | 100000 | 1011011 | 0 | 1010111 | 101 | 1111011 | 1011001 | 110011 |
Color Harmonies of #15F120
Complementary color
Monochromatic Colors of #15F120
Black with #15F120
Text Example
Text Example
White with #15F120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F120; }
p { color: rgb(21,241,32); }
H1.HeaderClassName
{
color: #15F120;
}
.AnyTagClassName
{
color: #15F120;
}
</style>
background-color css
<style>
a { background-color: #15F120; }
a { background-color: rgb(21,241,32); }
div.DivClassName
{
background-color: #15F120;
}
.BgClassName
{
background-color: #15F120;
}
</style>
border-color css
<style>
span { border-color: #15F120; }
span { border-color: rgb(21,241,32); }
td.TdClassName
{
border-color: #15F120;
}
.TagClassName
{
border-color: #15F120;
}
</style>