Shades of Free Speech Green #0DEC15
Tints of Free Speech Green #0DEC15
RGB
CMYK
RGB Variations
Color information
#0DEC15 (or 0x0DEC15) is known color: Free Speech Green. HEX triplet: 0D, EC and 15. RGB value is (13,236,21). Sum of RGB (Red+Green+Blue) = 13+236+21=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 236 (92.58% from 255 or 87.41% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC15 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DEC15 is #F213EA. Grayscale: #919191. Windows color (decimal): -15864811 or 1436685. OLE color: 1436685.
HSL color Cylindrical-coordinate representation of color #0DEC15: hue angle of 122.15º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEC15 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 21 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.07 |
| HSL | 122.15º | 0.9% | 0.49% | - |
| HSV(B) | 122.15º | 0.94% | 0.93% | - |
| XYZ | 30.3 | 60.13 | 10.72 | - |
| YUV | 144.81 | 58.12 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 21 | 0.94 | 0 | 0.91 | 0.07 | 122.15 | 0.9 | 0.49 |
| Hex | D | EC | 15 | 5E | 0 | 5B | 7 | 7A | 5A | 31 |
| Octal | 15 | 354 | 25 | 136 | 0 | 133 | 7 | 172 | 132 | 61 |
| Binary | 1101 | 11101100 | 10101 | 1011110 | 0 | 1011011 | 111 | 1111010 | 1011010 | 110001 |
Color Harmonies of #0DEC15
Complementary color
Monochromatic Colors of #0DEC15
Black with #0DEC15
Text Example
Text Example
White with #0DEC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEC15; }
p { color: rgb(13,236,21); }
H1.HeaderClassName
{
color: #0DEC15;
}
.AnyTagClassName
{
color: #0DEC15;
}
</style>
background-color css
<style>
a { background-color: #0DEC15; }
a { background-color: rgb(13,236,21); }
div.DivClassName
{
background-color: #0DEC15;
}
.BgClassName
{
background-color: #0DEC15;
}
</style>
border-color css
<style>
span { border-color: #0DEC15; }
span { border-color: rgb(13,236,21); }
td.TdClassName
{
border-color: #0DEC15;
}
.TagClassName
{
border-color: #0DEC15;
}
</style>