Shades of Free Speech Green #15E320
Tints of Free Speech Green #15E320
RGB
CMYK
RGB Variations
Color information
#15E320 (or 0x15E320) is known color: Free Speech Green. HEX triplet: 15, E3 and 20. RGB value is (21,227,32). Sum of RGB (Red+Green+Blue) = 21+227+32=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 227 (89.06% from 255 or 81.07% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 227 - color contains mainly: green. Hex color #15E320 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15E320 is #EA1CDF. Grayscale: #8F8F8F. Windows color (decimal): -15342816 or 2155285. OLE color: 2155285.
HSL color Cylindrical-coordinate representation of color #15E320: hue angle of 123.2º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E320 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 227 | 32 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.11 |
| HSL | 123.2º | 0.83% | 0.49% | - |
| HSV(B) | 123.2º | 0.91% | 0.89% | - |
| XYZ | 28.04 | 55.2 | 10.54 | - |
| YUV | 143.18 | 65.25 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 227 | 32 | 0.91 | 0 | 0.86 | 0.11 | 123.2 | 0.83 | 0.49 |
| Hex | 15 | E3 | 20 | 5B | 0 | 56 | B | 7B | 53 | 31 |
| Octal | 25 | 343 | 40 | 133 | 0 | 126 | 13 | 173 | 123 | 61 |
| Binary | 10101 | 11100011 | 100000 | 1011011 | 0 | 1010110 | 1011 | 1111011 | 1010011 | 110001 |
Color Harmonies of #15E320
Complementary color
Monochromatic Colors of #15E320
Black with #15E320
Text Example
Text Example
White with #15E320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E320; }
p { color: rgb(21,227,32); }
H1.HeaderClassName
{
color: #15E320;
}
.AnyTagClassName
{
color: #15E320;
}
</style>
background-color css
<style>
a { background-color: #15E320; }
a { background-color: rgb(21,227,32); }
div.DivClassName
{
background-color: #15E320;
}
.BgClassName
{
background-color: #15E320;
}
</style>
border-color css
<style>
span { border-color: #15E320; }
span { border-color: rgb(21,227,32); }
td.TdClassName
{
border-color: #15E320;
}
.TagClassName
{
border-color: #15E320;
}
</style>