Shades of Free Speech Green #08DD0D
Tints of Free Speech Green #08DD0D
RGB
CMYK
RGB Variations
Color information
#08DD0D (or 0x08DD0D) is known color: Free Speech Green. HEX triplet: 08, DD and 0D. RGB value is (8,221,13). Sum of RGB (Red+Green+Blue) = 8+221+13=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 221 (86.72% from 255 or 91.32% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 221 - color contains mainly: green. Hex color #08DD0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08DD0D is #F722F2. Grayscale: #868686. Windows color (decimal): -16196339 or 908552. OLE color: 908552.
HSL color Cylindrical-coordinate representation of color #08DD0D: hue angle of 121.41º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DD0D is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 221 | 13 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.13 |
| HSL | 121.41º | 0.93% | 0.45% | - |
| HSV(B) | 121.41º | 0.96% | 0.87% | - |
| XYZ | 26.03 | 51.79 | 9.01 | - |
| YUV | 133.6 | 59.93 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 221 | 13 | 0.96 | 0 | 0.94 | 0.13 | 121.41 | 0.93 | 0.45 |
| Hex | 8 | DD | D | 60 | 0 | 5E | D | 79 | 5D | 2D |
| Octal | 10 | 335 | 15 | 140 | 0 | 136 | 15 | 171 | 135 | 55 |
| Binary | 1000 | 11011101 | 1101 | 1100000 | 0 | 1011110 | 1101 | 1111001 | 1011101 | 101101 |
Color Harmonies of #08DD0D
Complementary color
Monochromatic Colors of #08DD0D
Black with #08DD0D
Text Example
Text Example
White with #08DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DD0D; }
p { color: rgb(8,221,13); }
H1.HeaderClassName
{
color: #08DD0D;
}
.AnyTagClassName
{
color: #08DD0D;
}
</style>
background-color css
<style>
a { background-color: #08DD0D; }
a { background-color: rgb(8,221,13); }
div.DivClassName
{
background-color: #08DD0D;
}
.BgClassName
{
background-color: #08DD0D;
}
</style>
border-color css
<style>
span { border-color: #08DD0D; }
span { border-color: rgb(8,221,13); }
td.TdClassName
{
border-color: #08DD0D;
}
.TagClassName
{
border-color: #08DD0D;
}
</style>