Shades of Free Speech Green #00D109
Tints of Free Speech Green #00D109
RGB
CMYK
RGB Variations
Color information
#00D109 (or 0x00D109) is known color: Free Speech Green. HEX triplet: 00, D1 and 09. RGB value is (0,209,9). Sum of RGB (Red+Green+Blue) = 0+209+9=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 209 (82.03% from 255 or 95.87% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 209 - color contains mainly: green. Hex color #00D109 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00D109 is #FF2EF6. Grayscale: #7C7C7C. Windows color (decimal): -16723703 or 643328. OLE color: 643328.
HSL color Cylindrical-coordinate representation of color #00D109: hue angle of 122.58º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D109 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 9 | - |
| CMYK | 1 | 0 | 0.96 | 0.18 |
| HSL | 122.58º | 1% | 0.41% | - |
| HSV(B) | 122.58º | 1% | 0.82% | - |
| XYZ | 22.85 | 45.62 | 7.86 | - |
| YUV | 123.71 | 63.26 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 9 | 1 | 0 | 0.96 | 0.18 | 122.58 | 1 | 0.41 |
| Hex | 0 | D1 | 9 | 64 | 0 | 60 | 12 | 7B | 64 | 29 |
| Octal | 0 | 321 | 11 | 144 | 0 | 140 | 22 | 173 | 144 | 51 |
| Binary | 0 | 11010001 | 1001 | 1100100 | 0 | 1100000 | 10010 | 1111011 | 1100100 | 101001 |
Color Harmonies of #00D109
Complementary color
Monochromatic Colors of #00D109
Black with #00D109
Text Example
Text Example
White with #00D109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D109; }
p { color: rgb(0,209,9); }
H1.HeaderClassName
{
color: #00D109;
}
.AnyTagClassName
{
color: #00D109;
}
</style>
background-color css
<style>
a { background-color: #00D109; }
a { background-color: rgb(0,209,9); }
div.DivClassName
{
background-color: #00D109;
}
.BgClassName
{
background-color: #00D109;
}
</style>
border-color css
<style>
span { border-color: #00D109; }
span { border-color: rgb(0,209,9); }
td.TdClassName
{
border-color: #00D109;
}
.TagClassName
{
border-color: #00D109;
}
</style>