Shades of Free Speech Green #00D008
Tints of Free Speech Green #00D008
RGB
CMYK
RGB Variations
Color information
#00D008 (or 0x00D008) is known color: Free Speech Green. HEX triplet: 00, D0 and 08. RGB value is (0,208,8). Sum of RGB (Red+Green+Blue) = 0+208+8=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 208 (81.64% from 255 or 96.30% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 208 - color contains mainly: green. Hex color #00D008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00D008 is #FF2FF7. Grayscale: #7B7B7B. Windows color (decimal): -16723960 or 577536. OLE color: 577536.
HSL color Cylindrical-coordinate representation of color #00D008: hue angle of 122.31º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D008 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 8 | - |
| CMYK | 1 | 0 | 0.96 | 0.18 |
| HSL | 122.31º | 1% | 0.41% | - |
| HSV(B) | 122.31º | 1% | 0.82% | - |
| XYZ | 22.6 | 45.13 | 7.75 | - |
| YUV | 123.01 | 63.09 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 8 | 1 | 0 | 0.96 | 0.18 | 122.31 | 1 | 0.41 |
| Hex | 0 | D0 | 8 | 64 | 0 | 60 | 12 | 7A | 64 | 29 |
| Octal | 0 | 320 | 10 | 144 | 0 | 140 | 22 | 172 | 144 | 51 |
| Binary | 0 | 11010000 | 1000 | 1100100 | 0 | 1100000 | 10010 | 1111010 | 1100100 | 101001 |
Color Harmonies of #00D008
Complementary color
Monochromatic Colors of #00D008
Black with #00D008
Text Example
Text Example
White with #00D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D008; }
p { color: rgb(0,208,8); }
H1.HeaderClassName
{
color: #00D008;
}
.AnyTagClassName
{
color: #00D008;
}
</style>
background-color css
<style>
a { background-color: #00D008; }
a { background-color: rgb(0,208,8); }
div.DivClassName
{
background-color: #00D008;
}
.BgClassName
{
background-color: #00D008;
}
</style>
border-color css
<style>
span { border-color: #00D008; }
span { border-color: rgb(0,208,8); }
td.TdClassName
{
border-color: #00D008;
}
.TagClassName
{
border-color: #00D008;
}
</style>