Shades of Free Speech Green #0DD014
Tints of Free Speech Green #0DD014
RGB
CMYK
RGB Variations
Color information
#0DD014 (or 0x0DD014) is known color: Free Speech Green. HEX triplet: 0D, D0 and 14. RGB value is (13,208,20). Sum of RGB (Red+Green+Blue) = 13+208+20=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 208 (81.64% from 255 or 86.31% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 208 - color contains mainly: green. Hex color #0DD014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD014 is #F22FEB. Grayscale: #808080. Windows color (decimal): -15871980 or 1363981. OLE color: 1363981.
HSL color Cylindrical-coordinate representation of color #0DD014: hue angle of 122.15º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD014 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 208 | 20 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.18 |
| HSL | 122.15º | 0.88% | 0.43% | - |
| HSV(B) | 122.15º | 0.94% | 0.82% | - |
| XYZ | 22.85 | 45.25 | 8.19 | - |
| YUV | 128.26 | 66.9 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 208 | 20 | 0.94 | 0 | 0.90 | 0.18 | 122.15 | 0.88 | 0.43 |
| Hex | D | D0 | 14 | 5E | 0 | 5A | 12 | 7A | 58 | 2B |
| Octal | 15 | 320 | 24 | 136 | 0 | 132 | 22 | 172 | 130 | 53 |
| Binary | 1101 | 11010000 | 10100 | 1011110 | 0 | 1011010 | 10010 | 1111010 | 1011000 | 101011 |
Color Harmonies of #0DD014
Complementary color
Monochromatic Colors of #0DD014
Black with #0DD014
Text Example
Text Example
White with #0DD014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD014; }
p { color: rgb(13,208,20); }
H1.HeaderClassName
{
color: #0DD014;
}
.AnyTagClassName
{
color: #0DD014;
}
</style>
background-color css
<style>
a { background-color: #0DD014; }
a { background-color: rgb(13,208,20); }
div.DivClassName
{
background-color: #0DD014;
}
.BgClassName
{
background-color: #0DD014;
}
</style>
border-color css
<style>
span { border-color: #0DD014; }
span { border-color: rgb(13,208,20); }
td.TdClassName
{
border-color: #0DD014;
}
.TagClassName
{
border-color: #0DD014;
}
</style>