Shades of Free Speech Green #0DC90E
Tints of Free Speech Green #0DC90E
RGB
CMYK
RGB Variations
Color information
#0DC90E (or 0x0DC90E) is known color: Free Speech Green. HEX triplet: 0D, C9 and 0E. RGB value is (13,201,14). Sum of RGB (Red+Green+Blue) = 13+201+14=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 201 (78.91% from 255 or 88.16% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC90E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC90E is #F236F1. Grayscale: #7C7C7C. Windows color (decimal): -15873778 or 968973. OLE color: 968973.
HSL color Cylindrical-coordinate representation of color #0DC90E: hue angle of 120.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC90E is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 14 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.21 |
| HSL | 120.32º | 0.88% | 0.42% | - |
| HSV(B) | 120.32º | 0.94% | 0.79% | - |
| XYZ | 21.13 | 41.89 | 7.39 | - |
| YUV | 123.47 | 66.22 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 14 | 0.94 | 0 | 0.93 | 0.21 | 120.32 | 0.88 | 0.42 |
| Hex | D | C9 | E | 5E | 0 | 5D | 15 | 78 | 58 | 2A |
| Octal | 15 | 311 | 16 | 136 | 0 | 135 | 25 | 170 | 130 | 52 |
| Binary | 1101 | 11001001 | 1110 | 1011110 | 0 | 1011101 | 10101 | 1111000 | 1011000 | 101010 |
Color Harmonies of #0DC90E
Complementary color
Monochromatic Colors of #0DC90E
Black with #0DC90E
Text Example
Text Example
White with #0DC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC90E; }
p { color: rgb(13,201,14); }
H1.HeaderClassName
{
color: #0DC90E;
}
.AnyTagClassName
{
color: #0DC90E;
}
</style>
background-color css
<style>
a { background-color: #0DC90E; }
a { background-color: rgb(13,201,14); }
div.DivClassName
{
background-color: #0DC90E;
}
.BgClassName
{
background-color: #0DC90E;
}
</style>
border-color css
<style>
span { border-color: #0DC90E; }
span { border-color: rgb(13,201,14); }
td.TdClassName
{
border-color: #0DC90E;
}
.TagClassName
{
border-color: #0DC90E;
}
</style>