Shades of Free Speech Green #09DD20
Tints of Free Speech Green #09DD20
RGB
CMYK
RGB Variations
Color information
#09DD20 (or 0x09DD20) is known color: Free Speech Green. HEX triplet: 09, DD and 20. RGB value is (9,221,32). Sum of RGB (Red+Green+Blue) = 9+221+32=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 221 (86.72% from 255 or 84.35% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DD20 is #F622DF. Grayscale: #888888. Windows color (decimal): -16130784 or 2153737. OLE color: 2153737.
HSL color Cylindrical-coordinate representation of color #09DD20: hue angle of 126.51º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DD20 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 221 | 32 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.13 |
| HSL | 126.51º | 0.92% | 0.45% | - |
| HSV(B) | 126.51º | 0.96% | 0.87% | - |
| XYZ | 26.23 | 51.88 | 10 | - |
| YUV | 136.07 | 69.26 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 32 | 0.96 | 0 | 0.86 | 0.13 | 126.51 | 0.92 | 0.45 |
| Hex | 9 | DD | 20 | 60 | 0 | 56 | D | 7F | 5C | 2D |
| Octal | 11 | 335 | 40 | 140 | 0 | 126 | 15 | 177 | 134 | 55 |
| Binary | 1001 | 11011101 | 100000 | 1100000 | 0 | 1010110 | 1101 | 1111111 | 1011100 | 101101 |
Color Harmonies of #09DD20
Complementary color
Monochromatic Colors of #09DD20
Black with #09DD20
Text Example
Text Example
White with #09DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DD20; }
p { color: rgb(9,221,32); }
H1.HeaderClassName
{
color: #09DD20;
}
.AnyTagClassName
{
color: #09DD20;
}
</style>
background-color css
<style>
a { background-color: #09DD20; }
a { background-color: rgb(9,221,32); }
div.DivClassName
{
background-color: #09DD20;
}
.BgClassName
{
background-color: #09DD20;
}
</style>
border-color css
<style>
span { border-color: #09DD20; }
span { border-color: rgb(9,221,32); }
td.TdClassName
{
border-color: #09DD20;
}
.TagClassName
{
border-color: #09DD20;
}
</style>