Shades of Free Speech Green #0DD61D
Tints of Free Speech Green #0DD61D
RGB
CMYK
RGB Variations
Color information
#0DD61D (or 0x0DD61D) is known color: Free Speech Green. HEX triplet: 0D, D6 and 1D. RGB value is (13,214,29). Sum of RGB (Red+Green+Blue) = 13+214+29=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 214 (83.98% from 255 or 83.59% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD61D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD61D is #F229E2. Grayscale: #858585. Windows color (decimal): -15870435 or 1955341. OLE color: 1955341.
HSL color Cylindrical-coordinate representation of color #0DD61D: hue angle of 124.78º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD61D is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 214 | 29 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.16 |
| HSL | 124.78º | 0.89% | 0.45% | - |
| HSV(B) | 124.78º | 0.94% | 0.84% | - |
| XYZ | 24.43 | 48.27 | 9.19 | - |
| YUV | 132.81 | 69.41 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 214 | 29 | 0.94 | 0 | 0.86 | 0.16 | 124.78 | 0.89 | 0.45 |
| Hex | D | D6 | 1D | 5E | 0 | 56 | 10 | 7D | 59 | 2D |
| Octal | 15 | 326 | 35 | 136 | 0 | 126 | 20 | 175 | 131 | 55 |
| Binary | 1101 | 11010110 | 11101 | 1011110 | 0 | 1010110 | 10000 | 1111101 | 1011001 | 101101 |
Color Harmonies of #0DD61D
Complementary color
Monochromatic Colors of #0DD61D
Black with #0DD61D
Text Example
Text Example
White with #0DD61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD61D; }
p { color: rgb(13,214,29); }
H1.HeaderClassName
{
color: #0DD61D;
}
.AnyTagClassName
{
color: #0DD61D;
}
</style>
background-color css
<style>
a { background-color: #0DD61D; }
a { background-color: rgb(13,214,29); }
div.DivClassName
{
background-color: #0DD61D;
}
.BgClassName
{
background-color: #0DD61D;
}
</style>
border-color css
<style>
span { border-color: #0DD61D; }
span { border-color: rgb(13,214,29); }
td.TdClassName
{
border-color: #0DD61D;
}
.TagClassName
{
border-color: #0DD61D;
}
</style>