Shades of Free Speech Green #15E312
Tints of Free Speech Green #15E312
RGB
CMYK
RGB Variations
Color information
#15E312 (or 0x15E312) is known color: Free Speech Green. HEX triplet: 15, E3 and 12. RGB value is (21,227,18). Sum of RGB (Red+Green+Blue) = 21+227+18=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 227 (89.06% from 255 or 85.34% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 227 - color contains mainly: green. Hex color #15E312 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15E312 is #EA1CED. Grayscale: #8E8E8E. Windows color (decimal): -15342830 or 1237781. OLE color: 1237781.
HSL color Cylindrical-coordinate representation of color #15E312: hue angle of 119.14º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15E312 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 227 | 18 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.11 |
| HSL | 119.14º | 0.85% | 0.48% | - |
| HSV(B) | 119.14º | 0.92% | 0.89% | - |
| XYZ | 27.89 | 55.14 | 9.75 | - |
| YUV | 141.58 | 58.25 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 227 | 18 | 0.91 | 0 | 0.92 | 0.11 | 119.14 | 0.85 | 0.48 |
| Hex | 15 | E3 | 12 | 5B | 0 | 5C | B | 77 | 55 | 30 |
| Octal | 25 | 343 | 22 | 133 | 0 | 134 | 13 | 167 | 125 | 60 |
| Binary | 10101 | 11100011 | 10010 | 1011011 | 0 | 1011100 | 1011 | 1110111 | 1010101 | 110000 |
Color Harmonies of #15E312
Complementary color
Monochromatic Colors of #15E312
Black with #15E312
Text Example
Text Example
White with #15E312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E312; }
p { color: rgb(21,227,18); }
H1.HeaderClassName
{
color: #15E312;
}
.AnyTagClassName
{
color: #15E312;
}
</style>
background-color css
<style>
a { background-color: #15E312; }
a { background-color: rgb(21,227,18); }
div.DivClassName
{
background-color: #15E312;
}
.BgClassName
{
background-color: #15E312;
}
</style>
border-color css
<style>
span { border-color: #15E312; }
span { border-color: rgb(21,227,18); }
td.TdClassName
{
border-color: #15E312;
}
.TagClassName
{
border-color: #15E312;
}
</style>