Shades of Free Speech Green #0DD314
Tints of Free Speech Green #0DD314
RGB
CMYK
RGB Variations
Color information
#0DD314 (or 0x0DD314) is known color: Free Speech Green. HEX triplet: 0D, D3 and 14. RGB value is (13,211,20). Sum of RGB (Red+Green+Blue) = 13+211+20=244 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.33% from 244); Green value is 211 (82.81% from 255 or 86.48% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 211 - color contains mainly: green. Hex color #0DD314 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD314 is #F22CEB. Grayscale: #828282. Windows color (decimal): -15871212 or 1364749. OLE color: 1364749.
HSL color Cylindrical-coordinate representation of color #0DD314: hue angle of 122.12º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD314 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 13 | 211 | 20 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.17 |
| HSL | 122.12º | 0.88% | 0.44% | - |
| HSV(B) | 122.12º | 0.94% | 0.83% | - |
| XYZ | 23.59 | 46.72 | 8.44 | - |
| YUV | 130.02 | 65.9 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 211 | 20 | 0.94 | 0 | 0.91 | 0.17 | 122.12 | 0.88 | 0.44 |
| Hex | D | D3 | 14 | 5E | 0 | 5B | 11 | 7A | 58 | 2C |
| Octal | 15 | 323 | 24 | 136 | 0 | 133 | 21 | 172 | 130 | 54 |
| Binary | 1101 | 11010011 | 10100 | 1011110 | 0 | 1011011 | 10001 | 1111010 | 1011000 | 101100 |
Color Harmonies of #0DD314
Complementary color
Monochromatic Colors of #0DD314
Black with #0DD314
Text Example
Text Example
White with #0DD314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD314; }
p { color: rgb(13,211,20); }
H1.HeaderClassName
{
color: #0DD314;
}
.AnyTagClassName
{
color: #0DD314;
}
</style>
background-color css
<style>
a { background-color: #0DD314; }
a { background-color: rgb(13,211,20); }
div.DivClassName
{
background-color: #0DD314;
}
.BgClassName
{
background-color: #0DD314;
}
</style>
border-color css
<style>
span { border-color: #0DD314; }
span { border-color: rgb(13,211,20); }
td.TdClassName
{
border-color: #0DD314;
}
.TagClassName
{
border-color: #0DD314;
}
</style>