Shades of Free Speech Green #0DE900
Tints of Free Speech Green #0DE900
RGB
CMYK
RGB Variations
Color information
#0DE900 (or 0x0DE900) is known color: Free Speech Green. HEX triplet: 0D, E9 and 00. RGB value is (13,233,0). Sum of RGB (Red+Green+Blue) = 13+233+0=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 233 (91.41% from 255 or 94.72% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 233 - color contains mainly: green. Hex color #0DE900 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DE900 is #F216FF. Grayscale: #8D8D8D. Windows color (decimal): -15865600 or 59661. OLE color: 59661.
HSL color Cylindrical-coordinate representation of color #0DE900: hue angle of 116.65º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0DE900 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 13 | 233 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.09 |
| HSL | 116.65º | 1% | 0.46% | - |
| HSV(B) | 116.65º | 1% | 0.91% | - |
| XYZ | 29.3 | 58.36 | 9.72 | - |
| YUV | 140.66 | 48.61 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 233 | 0 | 0.94 | 0 | 1 | 0.09 | 116.65 | 1 | 0.46 |
| Hex | D | E9 | 0 | 5E | 0 | 64 | 9 | 75 | 64 | 2E |
| Octal | 15 | 351 | 0 | 136 | 0 | 144 | 11 | 165 | 144 | 56 |
| Binary | 1101 | 11101001 | 0 | 1011110 | 0 | 1100100 | 1001 | 1110101 | 1100100 | 101110 |
Color Harmonies of #0DE900
Complementary color
Monochromatic Colors of #0DE900
Black with #0DE900
Text Example
Text Example
White with #0DE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE900; }
p { color: rgb(13,233,0); }
H1.HeaderClassName
{
color: #0DE900;
}
.AnyTagClassName
{
color: #0DE900;
}
</style>
background-color css
<style>
a { background-color: #0DE900; }
a { background-color: rgb(13,233,0); }
div.DivClassName
{
background-color: #0DE900;
}
.BgClassName
{
background-color: #0DE900;
}
</style>
border-color css
<style>
span { border-color: #0DE900; }
span { border-color: rgb(13,233,0); }
td.TdClassName
{
border-color: #0DE900;
}
.TagClassName
{
border-color: #0DE900;
}
</style>