Shades of Free Speech Green #0DED1D
Tints of Free Speech Green #0DED1D
RGB
CMYK
RGB Variations
Color information
#0DED1D (or 0x0DED1D) is known color: Free Speech Green. HEX triplet: 0D, ED and 1D. RGB value is (13,237,29). Sum of RGB (Red+Green+Blue) = 13+237+29=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 237 (92.97% from 255 or 84.95% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 237 - color contains mainly: green. Hex color #0DED1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DED1D is #F212E2. Grayscale: #929292. Windows color (decimal): -15864547 or 1961229. OLE color: 1961229.
HSL color Cylindrical-coordinate representation of color #0DED1D: hue angle of 124.29º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DED1D is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 237 | 29 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.07 |
| HSL | 124.29º | 0.9% | 0.49% | - |
| HSV(B) | 124.29º | 0.95% | 0.93% | - |
| XYZ | 30.67 | 60.74 | 11.27 | - |
| YUV | 146.31 | 61.79 | 32.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 237 | 29 | 0.95 | 0 | 0.88 | 0.07 | 124.29 | 0.9 | 0.49 |
| Hex | D | ED | 1D | 5F | 0 | 58 | 7 | 7C | 5A | 31 |
| Octal | 15 | 355 | 35 | 137 | 0 | 130 | 7 | 174 | 132 | 61 |
| Binary | 1101 | 11101101 | 11101 | 1011111 | 0 | 1011000 | 111 | 1111100 | 1011010 | 110001 |
Color Harmonies of #0DED1D
Complementary color
Monochromatic Colors of #0DED1D
Black with #0DED1D
Text Example
Text Example
White with #0DED1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DED1D; }
p { color: rgb(13,237,29); }
H1.HeaderClassName
{
color: #0DED1D;
}
.AnyTagClassName
{
color: #0DED1D;
}
</style>
background-color css
<style>
a { background-color: #0DED1D; }
a { background-color: rgb(13,237,29); }
div.DivClassName
{
background-color: #0DED1D;
}
.BgClassName
{
background-color: #0DED1D;
}
</style>
border-color css
<style>
span { border-color: #0DED1D; }
span { border-color: rgb(13,237,29); }
td.TdClassName
{
border-color: #0DED1D;
}
.TagClassName
{
border-color: #0DED1D;
}
</style>