Shades of Free Speech Green #15F010
Tints of Free Speech Green #15F010
RGB
CMYK
RGB Variations
Color information
#15F010 (or 0x15F010) is known color: Free Speech Green. HEX triplet: 15, F0 and 10. RGB value is (21,240,16). Sum of RGB (Red+Green+Blue) = 21+240+16=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 240 (94.14% from 255 or 86.64% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 240 - color contains mainly: green. Hex color #15F010 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #15F010 is #EA0FEF. Grayscale: #959595. Windows color (decimal): -15339504 or 1110037. OLE color: 1110037.
HSL color Cylindrical-coordinate representation of color #15F010: hue angle of 118.66º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15F010 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 240 | 16 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.06 |
| HSL | 118.66º | 0.88% | 0.5% | - |
| HSV(B) | 118.66º | 0.93% | 0.94% | - |
| XYZ | 31.56 | 62.52 | 10.89 | - |
| YUV | 148.98 | 52.95 | 36.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 240 | 16 | 0.91 | 0 | 0.93 | 0.06 | 118.66 | 0.88 | 0.5 |
| Hex | 15 | F0 | 10 | 5B | 0 | 5D | 6 | 77 | 58 | 32 |
| Octal | 25 | 360 | 20 | 133 | 0 | 135 | 6 | 167 | 130 | 62 |
| Binary | 10101 | 11110000 | 10000 | 1011011 | 0 | 1011101 | 110 | 1110111 | 1011000 | 110010 |
Color Harmonies of #15F010
Complementary color
Monochromatic Colors of #15F010
Black with #15F010
Text Example
Text Example
White with #15F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F010; }
p { color: rgb(21,240,16); }
H1.HeaderClassName
{
color: #15F010;
}
.AnyTagClassName
{
color: #15F010;
}
</style>
background-color css
<style>
a { background-color: #15F010; }
a { background-color: rgb(21,240,16); }
div.DivClassName
{
background-color: #15F010;
}
.BgClassName
{
background-color: #15F010;
}
</style>
border-color css
<style>
span { border-color: #15F010; }
span { border-color: rgb(21,240,16); }
td.TdClassName
{
border-color: #15F010;
}
.TagClassName
{
border-color: #15F010;
}
</style>