Shades of Free Speech Green #0DE529
Tints of Free Speech Green #0DE529
RGB
CMYK
RGB Variations
Color information
#0DE529 (or 0x0DE529) is known color: Free Speech Green. HEX triplet: 0D, E5 and 29. RGB value is (13,229,41). Sum of RGB (Red+Green+Blue) = 13+229+41=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 229 (89.84% from 255 or 80.92% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 229 - color contains mainly: green. Hex color #0DE529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DE529 is #F21AD6. Grayscale: #8F8F8F. Windows color (decimal): -15866583 or 2745613. OLE color: 2745613.
HSL color Cylindrical-coordinate representation of color #0DE529: hue angle of 127.78º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE529 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 229 | 41 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.10 |
| HSL | 127.78º | 0.89% | 0.47% | - |
| HSV(B) | 127.78º | 0.94% | 0.9% | - |
| XYZ | 28.59 | 56.28 | 11.46 | - |
| YUV | 142.98 | 70.44 | 35.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 229 | 41 | 0.94 | 0 | 0.82 | 0.10 | 127.78 | 0.89 | 0.47 |
| Hex | D | E5 | 29 | 5E | 0 | 52 | A | 80 | 59 | 2F |
| Octal | 15 | 345 | 51 | 136 | 0 | 122 | 12 | 200 | 131 | 57 |
| Binary | 1101 | 11100101 | 101001 | 1011110 | 0 | 1010010 | 1010 | 10000000 | 1011001 | 101111 |
Color Harmonies of #0DE529
Complementary color
Monochromatic Colors of #0DE529
Black with #0DE529
Text Example
Text Example
White with #0DE529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE529; }
p { color: rgb(13,229,41); }
H1.HeaderClassName
{
color: #0DE529;
}
.AnyTagClassName
{
color: #0DE529;
}
</style>
background-color css
<style>
a { background-color: #0DE529; }
a { background-color: rgb(13,229,41); }
div.DivClassName
{
background-color: #0DE529;
}
.BgClassName
{
background-color: #0DE529;
}
</style>
border-color css
<style>
span { border-color: #0DE529; }
span { border-color: rgb(13,229,41); }
td.TdClassName
{
border-color: #0DE529;
}
.TagClassName
{
border-color: #0DE529;
}
</style>