Shades of Free Speech Green #0DC908
Tints of Free Speech Green #0DC908
RGB
CMYK
RGB Variations
Color information
#0DC908 (or 0x0DC908) is known color: Free Speech Green. HEX triplet: 0D, C9 and 08. RGB value is (13,201,8). Sum of RGB (Red+Green+Blue) = 13+201+8=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 201 (78.91% from 255 or 90.54% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC908 is #F236F7. Grayscale: #7B7B7B. Windows color (decimal): -15873784 or 575757. OLE color: 575757.
HSL color Cylindrical-coordinate representation of color #0DC908: hue angle of 118.45º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DC908 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 8 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.21 |
| HSL | 118.45º | 0.92% | 0.41% | - |
| HSV(B) | 118.45º | 0.96% | 0.79% | - |
| XYZ | 21.1 | 41.88 | 7.2 | - |
| YUV | 122.79 | 63.22 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 8 | 0.94 | 0 | 0.96 | 0.21 | 118.45 | 0.92 | 0.41 |
| Hex | D | C9 | 8 | 5E | 0 | 60 | 15 | 76 | 5C | 29 |
| Octal | 15 | 311 | 10 | 136 | 0 | 140 | 25 | 166 | 134 | 51 |
| Binary | 1101 | 11001001 | 1000 | 1011110 | 0 | 1100000 | 10101 | 1110110 | 1011100 | 101001 |
Color Harmonies of #0DC908
Complementary color
Monochromatic Colors of #0DC908
Black with #0DC908
Text Example
Text Example
White with #0DC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC908; }
p { color: rgb(13,201,8); }
H1.HeaderClassName
{
color: #0DC908;
}
.AnyTagClassName
{
color: #0DC908;
}
</style>
background-color css
<style>
a { background-color: #0DC908; }
a { background-color: rgb(13,201,8); }
div.DivClassName
{
background-color: #0DC908;
}
.BgClassName
{
background-color: #0DC908;
}
</style>
border-color css
<style>
span { border-color: #0DC908; }
span { border-color: rgb(13,201,8); }
td.TdClassName
{
border-color: #0DC908;
}
.TagClassName
{
border-color: #0DC908;
}
</style>