Shades of Free Speech Green #0DDD29
Tints of Free Speech Green #0DDD29
RGB
CMYK
RGB Variations
Color information
#0DDD29 (or 0x0DDD29) is known color: Free Speech Green. HEX triplet: 0D, DD and 29. RGB value is (13,221,41). Sum of RGB (Red+Green+Blue) = 13+221+41=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 221 (86.72% from 255 or 80.36% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDD29 is #F222D6. Grayscale: #8A8A8A. Windows color (decimal): -15868631 or 2743565. OLE color: 2743565.
HSL color Cylindrical-coordinate representation of color #0DDD29: hue angle of 128.08º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDD29 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 41 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.13 |
| HSL | 128.08º | 0.89% | 0.46% | - |
| HSV(B) | 128.08º | 0.94% | 0.87% | - |
| XYZ | 26.42 | 51.96 | 10.73 | - |
| YUV | 138.29 | 73.09 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 41 | 0.94 | 0 | 0.81 | 0.13 | 128.08 | 0.89 | 0.46 |
| Hex | D | DD | 29 | 5E | 0 | 51 | D | 80 | 59 | 2E |
| Octal | 15 | 335 | 51 | 136 | 0 | 121 | 15 | 200 | 131 | 56 |
| Binary | 1101 | 11011101 | 101001 | 1011110 | 0 | 1010001 | 1101 | 10000000 | 1011001 | 101110 |
Color Harmonies of #0DDD29
Complementary color
Monochromatic Colors of #0DDD29
Black with #0DDD29
Text Example
Text Example
White with #0DDD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDD29; }
p { color: rgb(13,221,41); }
H1.HeaderClassName
{
color: #0DDD29;
}
.AnyTagClassName
{
color: #0DDD29;
}
</style>
background-color css
<style>
a { background-color: #0DDD29; }
a { background-color: rgb(13,221,41); }
div.DivClassName
{
background-color: #0DDD29;
}
.BgClassName
{
background-color: #0DDD29;
}
</style>
border-color css
<style>
span { border-color: #0DDD29; }
span { border-color: rgb(13,221,41); }
td.TdClassName
{
border-color: #0DDD29;
}
.TagClassName
{
border-color: #0DDD29;
}
</style>