Shades of Free Speech Green #0DDC20
Tints of Free Speech Green #0DDC20
RGB
CMYK
RGB Variations
Color information
#0DDC20 (or 0x0DDC20) is known color: Free Speech Green. HEX triplet: 0D, DC and 20. RGB value is (13,220,32). Sum of RGB (Red+Green+Blue) = 13+220+32=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 220 (86.33% from 255 or 83.02% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDC20 is #F223DF. Grayscale: #898989. Windows color (decimal): -15868896 or 2153485. OLE color: 2153485.
HSL color Cylindrical-coordinate representation of color #0DDC20: hue angle of 125.51º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDC20 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 32 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.14 |
| HSL | 125.51º | 0.89% | 0.46% | - |
| HSV(B) | 125.51º | 0.94% | 0.86% | - |
| XYZ | 26.02 | 51.38 | 9.91 | - |
| YUV | 136.68 | 68.92 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 32 | 0.94 | 0 | 0.85 | 0.14 | 125.51 | 0.89 | 0.46 |
| Hex | D | DC | 20 | 5E | 0 | 55 | E | 7E | 59 | 2E |
| Octal | 15 | 334 | 40 | 136 | 0 | 125 | 16 | 176 | 131 | 56 |
| Binary | 1101 | 11011100 | 100000 | 1011110 | 0 | 1010101 | 1110 | 1111110 | 1011001 | 101110 |
Color Harmonies of #0DDC20
Complementary color
Monochromatic Colors of #0DDC20
Black with #0DDC20
Text Example
Text Example
White with #0DDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC20; }
p { color: rgb(13,220,32); }
H1.HeaderClassName
{
color: #0DDC20;
}
.AnyTagClassName
{
color: #0DDC20;
}
</style>
background-color css
<style>
a { background-color: #0DDC20; }
a { background-color: rgb(13,220,32); }
div.DivClassName
{
background-color: #0DDC20;
}
.BgClassName
{
background-color: #0DDC20;
}
</style>
border-color css
<style>
span { border-color: #0DDC20; }
span { border-color: rgb(13,220,32); }
td.TdClassName
{
border-color: #0DDC20;
}
.TagClassName
{
border-color: #0DDC20;
}
</style>