Shades of Free Speech Green #0DCD0D
Tints of Free Speech Green #0DCD0D
RGB
CMYK
RGB Variations
Color information
#0DCD0D (or 0x0DCD0D) is known color: Free Speech Green. HEX triplet: 0D, CD and 0D. RGB value is (13,205,13). Sum of RGB (Red+Green+Blue) = 13+205+13=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 205 (80.47% from 255 or 88.74% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DCD0D is #F232F2. Grayscale: #7E7E7E. Windows color (decimal): -15872755 or 904461. OLE color: 904461.
HSL color Cylindrical-coordinate representation of color #0DCD0D: hue angle of 120º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCD0D is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 13 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.20 |
| HSL | 120º | 0.88% | 0.43% | - |
| HSV(B) | 120º | 0.94% | 0.8% | - |
| XYZ | 22.07 | 43.78 | 7.67 | - |
| YUV | 125.7 | 64.39 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 13 | 0.94 | 0 | 0.94 | 0.20 | 120 | 0.88 | 0.43 |
| Hex | D | CD | D | 5E | 0 | 5E | 14 | 78 | 58 | 2B |
| Octal | 15 | 315 | 15 | 136 | 0 | 136 | 24 | 170 | 130 | 53 |
| Binary | 1101 | 11001101 | 1101 | 1011110 | 0 | 1011110 | 10100 | 1111000 | 1011000 | 101011 |
Color Harmonies of #0DCD0D
Complementary color
Monochromatic Colors of #0DCD0D
Black with #0DCD0D
Text Example
Text Example
White with #0DCD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCD0D; }
p { color: rgb(13,205,13); }
H1.HeaderClassName
{
color: #0DCD0D;
}
.AnyTagClassName
{
color: #0DCD0D;
}
</style>
background-color css
<style>
a { background-color: #0DCD0D; }
a { background-color: rgb(13,205,13); }
div.DivClassName
{
background-color: #0DCD0D;
}
.BgClassName
{
background-color: #0DCD0D;
}
</style>
border-color css
<style>
span { border-color: #0DCD0D; }
span { border-color: rgb(13,205,13); }
td.TdClassName
{
border-color: #0DCD0D;
}
.TagClassName
{
border-color: #0DCD0D;
}
</style>