Shades of Free Speech Green #0DDC09
Tints of Free Speech Green #0DDC09
RGB
CMYK
RGB Variations
Color information
#0DDC09 (or 0x0DDC09) is known color: Free Speech Green. HEX triplet: 0D, DC and 09. RGB value is (13,220,9). Sum of RGB (Red+Green+Blue) = 13+220+9=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 220 (86.33% from 255 or 90.91% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDC09 is #F223F6. Grayscale: #868686. Windows color (decimal): -15868919 or 646157. OLE color: 646157.
HSL color Cylindrical-coordinate representation of color #0DDC09: hue angle of 118.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DDC09 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 9 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.14 |
| HSL | 118.86º | 0.92% | 0.45% | - |
| HSV(B) | 118.86º | 0.96% | 0.86% | - |
| XYZ | 25.81 | 51.29 | 8.8 | - |
| YUV | 134.05 | 57.42 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 9 | 0.94 | 0 | 0.96 | 0.14 | 118.86 | 0.92 | 0.45 |
| Hex | D | DC | 9 | 5E | 0 | 60 | E | 77 | 5C | 2D |
| Octal | 15 | 334 | 11 | 136 | 0 | 140 | 16 | 167 | 134 | 55 |
| Binary | 1101 | 11011100 | 1001 | 1011110 | 0 | 1100000 | 1110 | 1110111 | 1011100 | 101101 |
Color Harmonies of #0DDC09
Complementary color
Monochromatic Colors of #0DDC09
Black with #0DDC09
Text Example
Text Example
White with #0DDC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC09; }
p { color: rgb(13,220,9); }
H1.HeaderClassName
{
color: #0DDC09;
}
.AnyTagClassName
{
color: #0DDC09;
}
</style>
background-color css
<style>
a { background-color: #0DDC09; }
a { background-color: rgb(13,220,9); }
div.DivClassName
{
background-color: #0DDC09;
}
.BgClassName
{
background-color: #0DDC09;
}
</style>
border-color css
<style>
span { border-color: #0DDC09; }
span { border-color: rgb(13,220,9); }
td.TdClassName
{
border-color: #0DDC09;
}
.TagClassName
{
border-color: #0DDC09;
}
</style>