Shades of Free Speech Green #09DD1D
Tints of Free Speech Green #09DD1D
RGB
CMYK
RGB Variations
Color information
#09DD1D (or 0x09DD1D) is known color: Free Speech Green. HEX triplet: 09, DD and 1D. RGB value is (9,221,29). Sum of RGB (Red+Green+Blue) = 9+221+29=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 221 (86.72% from 255 or 85.33% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DD1D is #F622E2. Grayscale: #888888. Windows color (decimal): -16130787 or 1957129. OLE color: 1957129.
HSL color Cylindrical-coordinate representation of color #09DD1D: hue angle of 125.66º 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 #09DD1D is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 221 | 29 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.13 |
| HSL | 125.66º | 0.92% | 0.45% | - |
| HSV(B) | 125.66º | 0.96% | 0.87% | - |
| XYZ | 26.19 | 51.86 | 9.79 | - |
| YUV | 135.72 | 67.76 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 29 | 0.96 | 0 | 0.87 | 0.13 | 125.66 | 0.92 | 0.45 |
| Hex | 9 | DD | 1D | 60 | 0 | 57 | D | 7E | 5C | 2D |
| Octal | 11 | 335 | 35 | 140 | 0 | 127 | 15 | 176 | 134 | 55 |
| Binary | 1001 | 11011101 | 11101 | 1100000 | 0 | 1010111 | 1101 | 1111110 | 1011100 | 101101 |
Color Harmonies of #09DD1D
Complementary color
Monochromatic Colors of #09DD1D
Black with #09DD1D
Text Example
Text Example
White with #09DD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DD1D; }
p { color: rgb(9,221,29); }
H1.HeaderClassName
{
color: #09DD1D;
}
.AnyTagClassName
{
color: #09DD1D;
}
</style>
background-color css
<style>
a { background-color: #09DD1D; }
a { background-color: rgb(9,221,29); }
div.DivClassName
{
background-color: #09DD1D;
}
.BgClassName
{
background-color: #09DD1D;
}
</style>
border-color css
<style>
span { border-color: #09DD1D; }
span { border-color: rgb(9,221,29); }
td.TdClassName
{
border-color: #09DD1D;
}
.TagClassName
{
border-color: #09DD1D;
}
</style>