Shades of Free Speech Green #0DE625
Tints of Free Speech Green #0DE625
RGB
CMYK
RGB Variations
Color information
#0DE625 (or 0x0DE625) is known color: Free Speech Green. HEX triplet: 0D, E6 and 25. RGB value is (13,230,37). Sum of RGB (Red+Green+Blue) = 13+230+37=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 230 (90.23% from 255 or 82.14% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 230 - color contains mainly: green. Hex color #0DE625 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DE625 is #F219DA. Grayscale: #8F8F8F. Windows color (decimal): -15866331 or 2483725. OLE color: 2483725.
HSL color Cylindrical-coordinate representation of color #0DE625: hue angle of 126.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE625 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 230 | 37 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.10 |
| HSL | 126.64º | 0.89% | 0.48% | - |
| HSV(B) | 126.64º | 0.94% | 0.9% | - |
| XYZ | 28.8 | 56.81 | 11.2 | - |
| YUV | 143.12 | 68.11 | 35.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 230 | 37 | 0.94 | 0 | 0.84 | 0.10 | 126.64 | 0.89 | 0.48 |
| Hex | D | E6 | 25 | 5E | 0 | 54 | A | 7F | 59 | 30 |
| Octal | 15 | 346 | 45 | 136 | 0 | 124 | 12 | 177 | 131 | 60 |
| Binary | 1101 | 11100110 | 100101 | 1011110 | 0 | 1010100 | 1010 | 1111111 | 1011001 | 110000 |
Color Harmonies of #0DE625
Complementary color
Monochromatic Colors of #0DE625
Black with #0DE625
Text Example
Text Example
White with #0DE625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE625; }
p { color: rgb(13,230,37); }
H1.HeaderClassName
{
color: #0DE625;
}
.AnyTagClassName
{
color: #0DE625;
}
</style>
background-color css
<style>
a { background-color: #0DE625; }
a { background-color: rgb(13,230,37); }
div.DivClassName
{
background-color: #0DE625;
}
.BgClassName
{
background-color: #0DE625;
}
</style>
border-color css
<style>
span { border-color: #0DE625; }
span { border-color: rgb(13,230,37); }
td.TdClassName
{
border-color: #0DE625;
}
.TagClassName
{
border-color: #0DE625;
}
</style>