Shades of Free Speech Green #09EE16
Tints of Free Speech Green #09EE16
RGB
CMYK
RGB Variations
Color information
#09EE16 (or 0x09EE16) is known color: Free Speech Green. HEX triplet: 09, EE and 16. RGB value is (9,238,22). Sum of RGB (Red+Green+Blue) = 9+238+22=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 238 (93.36% from 255 or 88.48% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 238 - color contains mainly: green. Hex color #09EE16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09EE16 is #F611E9. Grayscale: #919191. Windows color (decimal): -16126442 or 1502729. OLE color: 1502729.
HSL color Cylindrical-coordinate representation of color #09EE16: hue angle of 123.41º 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 #09EE16 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 238 | 22 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.07 |
| HSL | 123.41º | 0.93% | 0.48% | - |
| HSV(B) | 123.41º | 0.96% | 0.93% | - |
| XYZ | 30.83 | 61.27 | 10.96 | - |
| YUV | 144.91 | 58.63 | 31.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 238 | 22 | 0.96 | 0 | 0.91 | 0.07 | 123.41 | 0.93 | 0.48 |
| Hex | 9 | EE | 16 | 60 | 0 | 5B | 7 | 7B | 5D | 30 |
| Octal | 11 | 356 | 26 | 140 | 0 | 133 | 7 | 173 | 135 | 60 |
| Binary | 1001 | 11101110 | 10110 | 1100000 | 0 | 1011011 | 111 | 1111011 | 1011101 | 110000 |
Color Harmonies of #09EE16
Complementary color
Monochromatic Colors of #09EE16
Black with #09EE16
Text Example
Text Example
White with #09EE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EE16; }
p { color: rgb(9,238,22); }
H1.HeaderClassName
{
color: #09EE16;
}
.AnyTagClassName
{
color: #09EE16;
}
</style>
background-color css
<style>
a { background-color: #09EE16; }
a { background-color: rgb(9,238,22); }
div.DivClassName
{
background-color: #09EE16;
}
.BgClassName
{
background-color: #09EE16;
}
</style>
border-color css
<style>
span { border-color: #09EE16; }
span { border-color: rgb(9,238,22); }
td.TdClassName
{
border-color: #09EE16;
}
.TagClassName
{
border-color: #09EE16;
}
</style>