Shades of Free Speech Green #08D519
Tints of Free Speech Green #08D519
RGB
CMYK
RGB Variations
Color information
#08D519 (or 0x08D519) is known color: Free Speech Green. HEX triplet: 08, D5 and 19. RGB value is (8,213,25). Sum of RGB (Red+Green+Blue) = 8+213+25=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 213 (83.59% from 255 or 86.59% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 213 - color contains mainly: green. Hex color #08D519 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08D519 is #F72AE6. Grayscale: #828282. Windows color (decimal): -16198375 or 1692936. OLE color: 1692936.
HSL color Cylindrical-coordinate representation of color #08D519: hue angle of 124.98º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D519 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 213 | 25 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.16 |
| HSL | 124.98º | 0.93% | 0.43% | - |
| HSV(B) | 124.98º | 0.96% | 0.84% | - |
| XYZ | 24.07 | 47.71 | 8.86 | - |
| YUV | 130.27 | 68.58 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 213 | 25 | 0.96 | 0 | 0.88 | 0.16 | 124.98 | 0.93 | 0.43 |
| Hex | 8 | D5 | 19 | 60 | 0 | 58 | 10 | 7D | 5D | 2B |
| Octal | 10 | 325 | 31 | 140 | 0 | 130 | 20 | 175 | 135 | 53 |
| Binary | 1000 | 11010101 | 11001 | 1100000 | 0 | 1011000 | 10000 | 1111101 | 1011101 | 101011 |
Color Harmonies of #08D519
Complementary color
Monochromatic Colors of #08D519
Black with #08D519
Text Example
Text Example
White with #08D519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D519; }
p { color: rgb(8,213,25); }
H1.HeaderClassName
{
color: #08D519;
}
.AnyTagClassName
{
color: #08D519;
}
</style>
background-color css
<style>
a { background-color: #08D519; }
a { background-color: rgb(8,213,25); }
div.DivClassName
{
background-color: #08D519;
}
.BgClassName
{
background-color: #08D519;
}
</style>
border-color css
<style>
span { border-color: #08D519; }
span { border-color: rgb(8,213,25); }
td.TdClassName
{
border-color: #08D519;
}
.TagClassName
{
border-color: #08D519;
}
</style>