Shades of Free Speech Green #09DD0C
Tints of Free Speech Green #09DD0C
RGB
CMYK
RGB Variations
Color information
#09DD0C (or 0x09DD0C) is known color: Free Speech Green. HEX triplet: 09, DD and 0C. RGB value is (9,221,12). Sum of RGB (Red+Green+Blue) = 9+221+12=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 221 (86.72% from 255 or 91.32% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DD0C is #F622F3. Grayscale: #868686. Windows color (decimal): -16130804 or 843017. OLE color: 843017.
HSL color Cylindrical-coordinate representation of color #09DD0C: hue angle of 120.85º 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 #09DD0C is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 221 | 12 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.13 |
| HSL | 120.85º | 0.92% | 0.45% | - |
| HSV(B) | 120.85º | 0.96% | 0.87% | - |
| XYZ | 26.04 | 51.8 | 8.97 | - |
| YUV | 133.79 | 59.26 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 12 | 0.96 | 0 | 0.95 | 0.13 | 120.85 | 0.92 | 0.45 |
| Hex | 9 | DD | C | 60 | 0 | 5F | D | 79 | 5C | 2D |
| Octal | 11 | 335 | 14 | 140 | 0 | 137 | 15 | 171 | 134 | 55 |
| Binary | 1001 | 11011101 | 1100 | 1100000 | 0 | 1011111 | 1101 | 1111001 | 1011100 | 101101 |
Color Harmonies of #09DD0C
Complementary color
Monochromatic Colors of #09DD0C
Black with #09DD0C
Text Example
Text Example
White with #09DD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DD0C; }
p { color: rgb(9,221,12); }
H1.HeaderClassName
{
color: #09DD0C;
}
.AnyTagClassName
{
color: #09DD0C;
}
</style>
background-color css
<style>
a { background-color: #09DD0C; }
a { background-color: rgb(9,221,12); }
div.DivClassName
{
background-color: #09DD0C;
}
.BgClassName
{
background-color: #09DD0C;
}
</style>
border-color css
<style>
span { border-color: #09DD0C; }
span { border-color: rgb(9,221,12); }
td.TdClassName
{
border-color: #09DD0C;
}
.TagClassName
{
border-color: #09DD0C;
}
</style>