Shades of Free Speech Green #15F204
Tints of Free Speech Green #15F204
RGB
CMYK
RGB Variations
Color information
#15F204 (or 0x15F204) is known color: Free Speech Green. HEX triplet: 15, F2 and 04. RGB value is (21,242,4). Sum of RGB (Red+Green+Blue) = 21+242+4=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 242 (94.92% from 255 or 90.64% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 242 - color contains mainly: green. Hex color #15F204 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #15F204 is #EA0DFB. Grayscale: #959595. Windows color (decimal): -15339004 or 324117. OLE color: 324117.
HSL color Cylindrical-coordinate representation of color #15F204: hue angle of 115.71º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15F204 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 242 | 4 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.05 |
| HSL | 115.71º | 0.97% | 0.48% | - |
| HSV(B) | 115.71º | 0.98% | 0.95% | - |
| XYZ | 32.08 | 63.67 | 10.71 | - |
| YUV | 148.79 | 46.28 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 242 | 4 | 0.91 | 0 | 0.98 | 0.05 | 115.71 | 0.97 | 0.48 |
| Hex | 15 | F2 | 4 | 5B | 0 | 62 | 5 | 74 | 61 | 30 |
| Octal | 25 | 362 | 4 | 133 | 0 | 142 | 5 | 164 | 141 | 60 |
| Binary | 10101 | 11110010 | 100 | 1011011 | 0 | 1100010 | 101 | 1110100 | 1100001 | 110000 |
Color Harmonies of #15F204
Complementary color
Monochromatic Colors of #15F204
Black with #15F204
Text Example
Text Example
White with #15F204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F204; }
p { color: rgb(21,242,4); }
H1.HeaderClassName
{
color: #15F204;
}
.AnyTagClassName
{
color: #15F204;
}
</style>
background-color css
<style>
a { background-color: #15F204; }
a { background-color: rgb(21,242,4); }
div.DivClassName
{
background-color: #15F204;
}
.BgClassName
{
background-color: #15F204;
}
</style>
border-color css
<style>
span { border-color: #15F204; }
span { border-color: rgb(21,242,4); }
td.TdClassName
{
border-color: #15F204;
}
.TagClassName
{
border-color: #15F204;
}
</style>