Shades of Free Speech Green #08D908
Tints of Free Speech Green #08D908
RGB
CMYK
RGB Variations
Color information
#08D908 (or 0x08D908) is known color: Free Speech Green. HEX triplet: 08, D9 and 08. RGB value is (8,217,8). Sum of RGB (Red+Green+Blue) = 8+217+8=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 217 (85.16% from 255 or 93.13% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 217 - color contains mainly: green. Hex color #08D908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08D908 is #F726F7. Grayscale: #838383. Windows color (decimal): -16197368 or 579848. OLE color: 579848.
HSL color Cylindrical-coordinate representation of color #08D908: hue angle of 120º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D908 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 217 | 8 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.15 |
| HSL | 120º | 0.93% | 0.44% | - |
| HSV(B) | 120º | 0.96% | 0.85% | - |
| XYZ | 24.96 | 49.69 | 8.51 | - |
| YUV | 130.68 | 58.76 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 217 | 8 | 0.96 | 0 | 0.96 | 0.15 | 120 | 0.93 | 0.44 |
| Hex | 8 | D9 | 8 | 60 | 0 | 60 | F | 78 | 5D | 2C |
| Octal | 10 | 331 | 10 | 140 | 0 | 140 | 17 | 170 | 135 | 54 |
| Binary | 1000 | 11011001 | 1000 | 1100000 | 0 | 1100000 | 1111 | 1111000 | 1011101 | 101100 |
Color Harmonies of #08D908
Complementary color
Monochromatic Colors of #08D908
Black with #08D908
Text Example
Text Example
White with #08D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D908; }
p { color: rgb(8,217,8); }
H1.HeaderClassName
{
color: #08D908;
}
.AnyTagClassName
{
color: #08D908;
}
</style>
background-color css
<style>
a { background-color: #08D908; }
a { background-color: rgb(8,217,8); }
div.DivClassName
{
background-color: #08D908;
}
.BgClassName
{
background-color: #08D908;
}
</style>
border-color css
<style>
span { border-color: #08D908; }
span { border-color: rgb(8,217,8); }
td.TdClassName
{
border-color: #08D908;
}
.TagClassName
{
border-color: #08D908;
}
</style>