Shades of Free Speech Green #0DD510
Tints of Free Speech Green #0DD510
RGB
CMYK
RGB Variations
Color information
#0DD510 (or 0x0DD510) is known color: Free Speech Green. HEX triplet: 0D, D5 and 10. RGB value is (13,213,16). Sum of RGB (Red+Green+Blue) = 13+213+16=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 213 (83.59% from 255 or 88.02% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD510 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD510 is #F22AEF. Grayscale: #838383. Windows color (decimal): -15870704 or 1103117. OLE color: 1103117.
HSL color Cylindrical-coordinate representation of color #0DD510: hue angle of 120.9º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD510 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 213 | 16 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.16 |
| HSL | 120.9º | 0.88% | 0.44% | - |
| HSV(B) | 120.9º | 0.94% | 0.84% | - |
| XYZ | 24.05 | 47.71 | 8.43 | - |
| YUV | 130.74 | 63.24 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 213 | 16 | 0.94 | 0 | 0.92 | 0.16 | 120.9 | 0.88 | 0.44 |
| Hex | D | D5 | 10 | 5E | 0 | 5C | 10 | 79 | 58 | 2C |
| Octal | 15 | 325 | 20 | 136 | 0 | 134 | 20 | 171 | 130 | 54 |
| Binary | 1101 | 11010101 | 10000 | 1011110 | 0 | 1011100 | 10000 | 1111001 | 1011000 | 101100 |
Color Harmonies of #0DD510
Complementary color
Monochromatic Colors of #0DD510
Black with #0DD510
Text Example
Text Example
White with #0DD510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD510; }
p { color: rgb(13,213,16); }
H1.HeaderClassName
{
color: #0DD510;
}
.AnyTagClassName
{
color: #0DD510;
}
</style>
background-color css
<style>
a { background-color: #0DD510; }
a { background-color: rgb(13,213,16); }
div.DivClassName
{
background-color: #0DD510;
}
.BgClassName
{
background-color: #0DD510;
}
</style>
border-color css
<style>
span { border-color: #0DD510; }
span { border-color: rgb(13,213,16); }
td.TdClassName
{
border-color: #0DD510;
}
.TagClassName
{
border-color: #0DD510;
}
</style>