Shades of Free Speech Green #0DDC1C
Tints of Free Speech Green #0DDC1C
RGB
CMYK
RGB Variations
Color information
#0DDC1C (or 0x0DDC1C) is known color: Free Speech Green. HEX triplet: 0D, DC and 1C. RGB value is (13,220,28). Sum of RGB (Red+Green+Blue) = 13+220+28=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 220 (86.33% from 255 or 84.29% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDC1C is #F223E3. Grayscale: #888888. Windows color (decimal): -15868900 or 1891341. OLE color: 1891341.
HSL color Cylindrical-coordinate representation of color #0DDC1C: hue angle of 124.35º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDC1C is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 28 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.14 |
| HSL | 124.35º | 0.89% | 0.46% | - |
| HSV(B) | 124.35º | 0.94% | 0.86% | - |
| XYZ | 25.97 | 51.36 | 9.64 | - |
| YUV | 136.22 | 66.92 | 40.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 28 | 0.94 | 0 | 0.87 | 0.14 | 124.35 | 0.89 | 0.46 |
| Hex | D | DC | 1C | 5E | 0 | 57 | E | 7C | 59 | 2E |
| Octal | 15 | 334 | 34 | 136 | 0 | 127 | 16 | 174 | 131 | 56 |
| Binary | 1101 | 11011100 | 11100 | 1011110 | 0 | 1010111 | 1110 | 1111100 | 1011001 | 101110 |
Color Harmonies of #0DDC1C
Complementary color
Monochromatic Colors of #0DDC1C
Black with #0DDC1C
Text Example
Text Example
White with #0DDC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC1C; }
p { color: rgb(13,220,28); }
H1.HeaderClassName
{
color: #0DDC1C;
}
.AnyTagClassName
{
color: #0DDC1C;
}
</style>
background-color css
<style>
a { background-color: #0DDC1C; }
a { background-color: rgb(13,220,28); }
div.DivClassName
{
background-color: #0DDC1C;
}
.BgClassName
{
background-color: #0DDC1C;
}
</style>
border-color css
<style>
span { border-color: #0DDC1C; }
span { border-color: rgb(13,220,28); }
td.TdClassName
{
border-color: #0DDC1C;
}
.TagClassName
{
border-color: #0DDC1C;
}
</style>