Shades of Free Speech Green #09EE11
Tints of Free Speech Green #09EE11
RGB
CMYK
RGB Variations
Color information
#09EE11 (or 0x09EE11) is known color: Free Speech Green. HEX triplet: 09, EE and 11. RGB value is (9,238,17). Sum of RGB (Red+Green+Blue) = 9+238+17=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 238 (93.36% from 255 or 90.15% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 238 - color contains mainly: green. Hex color #09EE11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09EE11 is #F611EE. Grayscale: #909090. Windows color (decimal): -16126447 or 1175049. OLE color: 1175049.
HSL color Cylindrical-coordinate representation of color #09EE11: hue angle of 122.1º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EE11 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 238 | 17 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.07 |
| HSL | 122.1º | 0.93% | 0.48% | - |
| HSV(B) | 122.1º | 0.96% | 0.93% | - |
| XYZ | 30.79 | 61.25 | 10.73 | - |
| YUV | 144.34 | 56.13 | 31.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 238 | 17 | 0.96 | 0 | 0.93 | 0.07 | 122.1 | 0.93 | 0.48 |
| Hex | 9 | EE | 11 | 60 | 0 | 5D | 7 | 7A | 5D | 30 |
| Octal | 11 | 356 | 21 | 140 | 0 | 135 | 7 | 172 | 135 | 60 |
| Binary | 1001 | 11101110 | 10001 | 1100000 | 0 | 1011101 | 111 | 1111010 | 1011101 | 110000 |
Color Harmonies of #09EE11
Complementary color
Monochromatic Colors of #09EE11
Black with #09EE11
Text Example
Text Example
White with #09EE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EE11; }
p { color: rgb(9,238,17); }
H1.HeaderClassName
{
color: #09EE11;
}
.AnyTagClassName
{
color: #09EE11;
}
</style>
background-color css
<style>
a { background-color: #09EE11; }
a { background-color: rgb(9,238,17); }
div.DivClassName
{
background-color: #09EE11;
}
.BgClassName
{
background-color: #09EE11;
}
</style>
border-color css
<style>
span { border-color: #09EE11; }
span { border-color: rgb(9,238,17); }
td.TdClassName
{
border-color: #09EE11;
}
.TagClassName
{
border-color: #09EE11;
}
</style>