Shades of Free Speech Green #09D811
Tints of Free Speech Green #09D811
RGB
CMYK
RGB Variations
Color information
#09D811 (or 0x09D811) is known color: Free Speech Green. HEX triplet: 09, D8 and 11. RGB value is (9,216,17). Sum of RGB (Red+Green+Blue) = 9+216+17=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 216 (84.77% from 255 or 89.26% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 216 - color contains mainly: green. Hex color #09D811 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D811 is #F627EE. Grayscale: #848484. Windows color (decimal): -16132079 or 1169417. OLE color: 1169417.
HSL color Cylindrical-coordinate representation of color #09D811: hue angle of 122.32º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D811 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 216 | 17 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.15 |
| HSL | 122.32º | 0.92% | 0.44% | - |
| HSV(B) | 122.32º | 0.96% | 0.85% | - |
| XYZ | 24.77 | 49.21 | 8.72 | - |
| YUV | 131.42 | 63.42 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 216 | 17 | 0.96 | 0 | 0.92 | 0.15 | 122.32 | 0.92 | 0.44 |
| Hex | 9 | D8 | 11 | 60 | 0 | 5C | F | 7A | 5C | 2C |
| Octal | 11 | 330 | 21 | 140 | 0 | 134 | 17 | 172 | 134 | 54 |
| Binary | 1001 | 11011000 | 10001 | 1100000 | 0 | 1011100 | 1111 | 1111010 | 1011100 | 101100 |
Color Harmonies of #09D811
Complementary color
Monochromatic Colors of #09D811
Black with #09D811
Text Example
Text Example
White with #09D811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D811; }
p { color: rgb(9,216,17); }
H1.HeaderClassName
{
color: #09D811;
}
.AnyTagClassName
{
color: #09D811;
}
</style>
background-color css
<style>
a { background-color: #09D811; }
a { background-color: rgb(9,216,17); }
div.DivClassName
{
background-color: #09D811;
}
.BgClassName
{
background-color: #09D811;
}
</style>
border-color css
<style>
span { border-color: #09D811; }
span { border-color: rgb(9,216,17); }
td.TdClassName
{
border-color: #09D811;
}
.TagClassName
{
border-color: #09D811;
}
</style>