Shades of Free Speech Green #15E914
Tints of Free Speech Green #15E914
RGB
CMYK
RGB Variations
Color information
#15E914 (or 0x15E914) is known color: Free Speech Green. HEX triplet: 15, E9 and 14. RGB value is (21,233,20). Sum of RGB (Red+Green+Blue) = 21+233+20=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 233 (91.41% from 255 or 85.04% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 233 - color contains mainly: green. Hex color #15E914 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #15E914 is #EA16EB. Grayscale: #919191. Windows color (decimal): -15341292 or 1370389. OLE color: 1370389.
HSL color Cylindrical-coordinate representation of color #15E914: hue angle of 119.72º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E914 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 233 | 20 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.09 |
| HSL | 119.72º | 0.84% | 0.5% | - |
| HSV(B) | 119.72º | 0.91% | 0.91% | - |
| XYZ | 29.57 | 58.49 | 10.39 | - |
| YUV | 145.33 | 57.26 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 233 | 20 | 0.91 | 0 | 0.91 | 0.09 | 119.72 | 0.84 | 0.5 |
| Hex | 15 | E9 | 14 | 5B | 0 | 5B | 9 | 78 | 54 | 32 |
| Octal | 25 | 351 | 24 | 133 | 0 | 133 | 11 | 170 | 124 | 62 |
| Binary | 10101 | 11101001 | 10100 | 1011011 | 0 | 1011011 | 1001 | 1111000 | 1010100 | 110010 |
Color Harmonies of #15E914
Complementary color
Monochromatic Colors of #15E914
Black with #15E914
Text Example
Text Example
White with #15E914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E914; }
p { color: rgb(21,233,20); }
H1.HeaderClassName
{
color: #15E914;
}
.AnyTagClassName
{
color: #15E914;
}
</style>
background-color css
<style>
a { background-color: #15E914; }
a { background-color: rgb(21,233,20); }
div.DivClassName
{
background-color: #15E914;
}
.BgClassName
{
background-color: #15E914;
}
</style>
border-color css
<style>
span { border-color: #15E914; }
span { border-color: rgb(21,233,20); }
td.TdClassName
{
border-color: #15E914;
}
.TagClassName
{
border-color: #15E914;
}
</style>