Shades of Free Speech Green #15E314
Tints of Free Speech Green #15E314
RGB
CMYK
RGB Variations
Color information
#15E314 (or 0x15E314) is known color: Free Speech Green. HEX triplet: 15, E3 and 14. RGB value is (21,227,20). Sum of RGB (Red+Green+Blue) = 21+227+20=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 227 (89.06% from 255 or 84.70% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 227 - color contains mainly: green. Hex color #15E314 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15E314 is #EA1CEB. Grayscale: #8E8E8E. Windows color (decimal): -15342828 or 1368853. OLE color: 1368853.
HSL color Cylindrical-coordinate representation of color #15E314: hue angle of 119.71º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E314 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 227 | 20 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.11 |
| HSL | 119.71º | 0.84% | 0.48% | - |
| HSV(B) | 119.71º | 0.91% | 0.89% | - |
| XYZ | 27.9 | 55.15 | 9.84 | - |
| YUV | 141.81 | 59.25 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 227 | 20 | 0.91 | 0 | 0.91 | 0.11 | 119.71 | 0.84 | 0.48 |
| Hex | 15 | E3 | 14 | 5B | 0 | 5B | B | 78 | 54 | 30 |
| Octal | 25 | 343 | 24 | 133 | 0 | 133 | 13 | 170 | 124 | 60 |
| Binary | 10101 | 11100011 | 10100 | 1011011 | 0 | 1011011 | 1011 | 1111000 | 1010100 | 110000 |
Color Harmonies of #15E314
Complementary color
Monochromatic Colors of #15E314
Black with #15E314
Text Example
Text Example
White with #15E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E314; }
p { color: rgb(21,227,20); }
H1.HeaderClassName
{
color: #15E314;
}
.AnyTagClassName
{
color: #15E314;
}
</style>
background-color css
<style>
a { background-color: #15E314; }
a { background-color: rgb(21,227,20); }
div.DivClassName
{
background-color: #15E314;
}
.BgClassName
{
background-color: #15E314;
}
</style>
border-color css
<style>
span { border-color: #15E314; }
span { border-color: rgb(21,227,20); }
td.TdClassName
{
border-color: #15E314;
}
.TagClassName
{
border-color: #15E314;
}
</style>