Shades of Free Speech Green #09DD04
Tints of Free Speech Green #09DD04
RGB
CMYK
RGB Variations
Color information
#09DD04 (or 0x09DD04) is known color: Free Speech Green. HEX triplet: 09, DD and 04. RGB value is (9,221,4). Sum of RGB (Red+Green+Blue) = 9+221+4=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 221 (86.72% from 255 or 94.44% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DD04 is #F622FB. Grayscale: #858585. Windows color (decimal): -16130812 or 318729. OLE color: 318729.
HSL color Cylindrical-coordinate representation of color #09DD04: hue angle of 118.62º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09DD04 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 221 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.13 |
| HSL | 118.62º | 0.96% | 0.44% | - |
| HSV(B) | 118.62º | 0.98% | 0.87% | - |
| XYZ | 25.99 | 51.78 | 8.74 | - |
| YUV | 132.87 | 55.26 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 4 | 0.96 | 0 | 0.98 | 0.13 | 118.62 | 0.96 | 0.44 |
| Hex | 9 | DD | 4 | 60 | 0 | 62 | D | 77 | 60 | 2C |
| Octal | 11 | 335 | 4 | 140 | 0 | 142 | 15 | 167 | 140 | 54 |
| Binary | 1001 | 11011101 | 100 | 1100000 | 0 | 1100010 | 1101 | 1110111 | 1100000 | 101100 |
Color Harmonies of #09DD04
Complementary color
Monochromatic Colors of #09DD04
Black with #09DD04
Text Example
Text Example
White with #09DD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DD04; }
p { color: rgb(9,221,4); }
H1.HeaderClassName
{
color: #09DD04;
}
.AnyTagClassName
{
color: #09DD04;
}
</style>
background-color css
<style>
a { background-color: #09DD04; }
a { background-color: rgb(9,221,4); }
div.DivClassName
{
background-color: #09DD04;
}
.BgClassName
{
background-color: #09DD04;
}
</style>
border-color css
<style>
span { border-color: #09DD04; }
span { border-color: rgb(9,221,4); }
td.TdClassName
{
border-color: #09DD04;
}
.TagClassName
{
border-color: #09DD04;
}
</style>