Shades of Free Speech Green #0DC90C
Tints of Free Speech Green #0DC90C
RGB
CMYK
RGB Variations
Color information
#0DC90C (or 0x0DC90C) is known color: Free Speech Green. HEX triplet: 0D, C9 and 0C. RGB value is (13,201,12). Sum of RGB (Red+Green+Blue) = 13+201+12=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 201 (78.91% from 255 or 88.94% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC90C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC90C is #F236F3. Grayscale: #7B7B7B. Windows color (decimal): -15873780 or 837901. OLE color: 837901.
HSL color Cylindrical-coordinate representation of color #0DC90C: hue angle of 119.68º degrees, saturation: 0.89, 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 #0DC90C is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 12 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.21 |
| HSL | 119.68º | 0.89% | 0.42% | - |
| HSV(B) | 119.68º | 0.94% | 0.79% | - |
| XYZ | 21.12 | 41.89 | 7.32 | - |
| YUV | 123.24 | 65.22 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 12 | 0.94 | 0 | 0.94 | 0.21 | 119.68 | 0.89 | 0.42 |
| Hex | D | C9 | C | 5E | 0 | 5E | 15 | 78 | 59 | 2A |
| Octal | 15 | 311 | 14 | 136 | 0 | 136 | 25 | 170 | 131 | 52 |
| Binary | 1101 | 11001001 | 1100 | 1011110 | 0 | 1011110 | 10101 | 1111000 | 1011001 | 101010 |
Color Harmonies of #0DC90C
Complementary color
Monochromatic Colors of #0DC90C
Black with #0DC90C
Text Example
Text Example
White with #0DC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC90C; }
p { color: rgb(13,201,12); }
H1.HeaderClassName
{
color: #0DC90C;
}
.AnyTagClassName
{
color: #0DC90C;
}
</style>
background-color css
<style>
a { background-color: #0DC90C; }
a { background-color: rgb(13,201,12); }
div.DivClassName
{
background-color: #0DC90C;
}
.BgClassName
{
background-color: #0DC90C;
}
</style>
border-color css
<style>
span { border-color: #0DC90C; }
span { border-color: rgb(13,201,12); }
td.TdClassName
{
border-color: #0DC90C;
}
.TagClassName
{
border-color: #0DC90C;
}
</style>