Shades of Free Speech Green #11F819
Tints of Free Speech Green #11F819
RGB
CMYK
RGB Variations
Color information
#11F819 (or 0x11F819) is known color: Free Speech Green. HEX triplet: 11, F8 and 19. RGB value is (17,248,25). Sum of RGB (Red+Green+Blue) = 17+248+25=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 248 (97.27% from 255 or 85.52% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 248 - color contains mainly: green. Hex color #11F819 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11F819 is #EE07E6. Grayscale: #9A9A9A. Windows color (decimal): -15599591 or 1701905. OLE color: 1701905.
HSL color Cylindrical-coordinate representation of color #11F819: hue angle of 122.08º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F819 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 248 | 25 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.03 |
| HSL | 122.08º | 0.94% | 0.52% | - |
| HSV(B) | 122.08º | 0.93% | 0.97% | - |
| XYZ | 33.97 | 67.32 | 12.12 | - |
| YUV | 153.51 | 55.47 | 30.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 248 | 25 | 0.93 | 0 | 0.90 | 0.03 | 122.08 | 0.94 | 0.52 |
| Hex | 11 | F8 | 19 | 5D | 0 | 5A | 3 | 7A | 5E | 34 |
| Octal | 21 | 370 | 31 | 135 | 0 | 132 | 3 | 172 | 136 | 64 |
| Binary | 10001 | 11111000 | 11001 | 1011101 | 0 | 1011010 | 11 | 1111010 | 1011110 | 110100 |
Color Harmonies of #11F819
Complementary color
Monochromatic Colors of #11F819
Black with #11F819
Text Example
Text Example
White with #11F819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F819; }
p { color: rgb(17,248,25); }
H1.HeaderClassName
{
color: #11F819;
}
.AnyTagClassName
{
color: #11F819;
}
</style>
background-color css
<style>
a { background-color: #11F819; }
a { background-color: rgb(17,248,25); }
div.DivClassName
{
background-color: #11F819;
}
.BgClassName
{
background-color: #11F819;
}
</style>
border-color css
<style>
span { border-color: #11F819; }
span { border-color: rgb(17,248,25); }
td.TdClassName
{
border-color: #11F819;
}
.TagClassName
{
border-color: #11F819;
}
</style>