Shades of Free Speech Green #15ED20
Tints of Free Speech Green #15ED20
RGB
CMYK
RGB Variations
Color information
#15ED20 (or 0x15ED20) is known color: Free Speech Green. HEX triplet: 15, ED and 20. RGB value is (21,237,32). Sum of RGB (Red+Green+Blue) = 21+237+32=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 237 (92.97% from 255 or 81.72% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 237 - color contains mainly: green. Hex color #15ED20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15ED20 is #EA12DF. Grayscale: #959595. Windows color (decimal): -15340256 or 2157845. OLE color: 2157845.
HSL color Cylindrical-coordinate representation of color #15ED20: hue angle of 123.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ED20 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 237 | 32 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.07 |
| HSL | 123.06º | 0.86% | 0.51% | - |
| HSV(B) | 123.06º | 0.91% | 0.93% | - |
| XYZ | 30.85 | 60.83 | 11.48 | - |
| YUV | 149.05 | 61.94 | 36.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 237 | 32 | 0.91 | 0 | 0.86 | 0.07 | 123.06 | 0.86 | 0.51 |
| Hex | 15 | ED | 20 | 5B | 0 | 56 | 7 | 7B | 56 | 33 |
| Octal | 25 | 355 | 40 | 133 | 0 | 126 | 7 | 173 | 126 | 63 |
| Binary | 10101 | 11101101 | 100000 | 1011011 | 0 | 1010110 | 111 | 1111011 | 1010110 | 110011 |
Color Harmonies of #15ED20
Complementary color
Monochromatic Colors of #15ED20
Black with #15ED20
Text Example
Text Example
White with #15ED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ED20; }
p { color: rgb(21,237,32); }
H1.HeaderClassName
{
color: #15ED20;
}
.AnyTagClassName
{
color: #15ED20;
}
</style>
background-color css
<style>
a { background-color: #15ED20; }
a { background-color: rgb(21,237,32); }
div.DivClassName
{
background-color: #15ED20;
}
.BgClassName
{
background-color: #15ED20;
}
</style>
border-color css
<style>
span { border-color: #15ED20; }
span { border-color: rgb(21,237,32); }
td.TdClassName
{
border-color: #15ED20;
}
.TagClassName
{
border-color: #15ED20;
}
</style>