Shades of Free Speech Green #08D619
Tints of Free Speech Green #08D619
RGB
CMYK
RGB Variations
Color information
#08D619 (or 0x08D619) is known color: Free Speech Green. HEX triplet: 08, D6 and 19. RGB value is (8,214,25). Sum of RGB (Red+Green+Blue) = 8+214+25=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 214 (83.98% from 255 or 86.64% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 214 - color contains mainly: green. Hex color #08D619 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08D619 is #F729E6. Grayscale: #838383. Windows color (decimal): -16198119 or 1693192. OLE color: 1693192.
HSL color Cylindrical-coordinate representation of color #08D619: hue angle of 124.95º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D619 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 214 | 25 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.16 |
| HSL | 124.95º | 0.93% | 0.44% | - |
| HSV(B) | 124.95º | 0.96% | 0.84% | - |
| XYZ | 24.32 | 48.21 | 8.94 | - |
| YUV | 130.86 | 68.25 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 214 | 25 | 0.96 | 0 | 0.88 | 0.16 | 124.95 | 0.93 | 0.44 |
| Hex | 8 | D6 | 19 | 60 | 0 | 58 | 10 | 7D | 5D | 2C |
| Octal | 10 | 326 | 31 | 140 | 0 | 130 | 20 | 175 | 135 | 54 |
| Binary | 1000 | 11010110 | 11001 | 1100000 | 0 | 1011000 | 10000 | 1111101 | 1011101 | 101100 |
Color Harmonies of #08D619
Complementary color
Monochromatic Colors of #08D619
Black with #08D619
Text Example
Text Example
White with #08D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D619; }
p { color: rgb(8,214,25); }
H1.HeaderClassName
{
color: #08D619;
}
.AnyTagClassName
{
color: #08D619;
}
</style>
background-color css
<style>
a { background-color: #08D619; }
a { background-color: rgb(8,214,25); }
div.DivClassName
{
background-color: #08D619;
}
.BgClassName
{
background-color: #08D619;
}
</style>
border-color css
<style>
span { border-color: #08D619; }
span { border-color: rgb(8,214,25); }
td.TdClassName
{
border-color: #08D619;
}
.TagClassName
{
border-color: #08D619;
}
</style>