Shades of Free Speech Green #0DDD1B
Tints of Free Speech Green #0DDD1B
RGB
CMYK
RGB Variations
Color information
#0DDD1B (or 0x0DDD1B) is known color: Free Speech Green. HEX triplet: 0D, DD and 1B. RGB value is (13,221,27). Sum of RGB (Red+Green+Blue) = 13+221+27=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 221 (86.72% from 255 or 84.67% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDD1B is #F222E4. Grayscale: #898989. Windows color (decimal): -15868645 or 1826061. OLE color: 1826061.
HSL color Cylindrical-coordinate representation of color #0DDD1B: hue angle of 124.04º 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 #0DDD1B is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 27 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.13 |
| HSL | 124.04º | 0.89% | 0.46% | - |
| HSV(B) | 124.04º | 0.94% | 0.87% | - |
| XYZ | 26.22 | 51.88 | 9.67 | - |
| YUV | 136.69 | 66.09 | 39.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 27 | 0.94 | 0 | 0.88 | 0.13 | 124.04 | 0.89 | 0.46 |
| Hex | D | DD | 1B | 5E | 0 | 58 | D | 7C | 59 | 2E |
| Octal | 15 | 335 | 33 | 136 | 0 | 130 | 15 | 174 | 131 | 56 |
| Binary | 1101 | 11011101 | 11011 | 1011110 | 0 | 1011000 | 1101 | 1111100 | 1011001 | 101110 |
Color Harmonies of #0DDD1B
Complementary color
Monochromatic Colors of #0DDD1B
Black with #0DDD1B
Text Example
Text Example
White with #0DDD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDD1B; }
p { color: rgb(13,221,27); }
H1.HeaderClassName
{
color: #0DDD1B;
}
.AnyTagClassName
{
color: #0DDD1B;
}
</style>
background-color css
<style>
a { background-color: #0DDD1B; }
a { background-color: rgb(13,221,27); }
div.DivClassName
{
background-color: #0DDD1B;
}
.BgClassName
{
background-color: #0DDD1B;
}
</style>
border-color css
<style>
span { border-color: #0DDD1B; }
span { border-color: rgb(13,221,27); }
td.TdClassName
{
border-color: #0DDD1B;
}
.TagClassName
{
border-color: #0DDD1B;
}
</style>