Shades of Free Speech Green #08E619
Tints of Free Speech Green #08E619
RGB
CMYK
RGB Variations
Color information
#08E619 (or 0x08E619) is known color: Free Speech Green. HEX triplet: 08, E6 and 19. RGB value is (8,230,25). Sum of RGB (Red+Green+Blue) = 8+230+25=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 230 (90.23% from 255 or 87.45% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 230 - color contains mainly: green. Hex color #08E619 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08E619 is #F719E6. Grayscale: #8C8C8C. Windows color (decimal): -16194023 or 1697288. OLE color: 1697288.
HSL color Cylindrical-coordinate representation of color #08E619: hue angle of 124.59º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E619 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 230 | 25 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.10 |
| HSL | 124.59º | 0.93% | 0.47% | - |
| HSV(B) | 124.59º | 0.97% | 0.9% | - |
| XYZ | 28.57 | 56.72 | 10.36 | - |
| YUV | 140.25 | 62.95 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 230 | 25 | 0.97 | 0 | 0.89 | 0.10 | 124.59 | 0.93 | 0.47 |
| Hex | 8 | E6 | 19 | 61 | 0 | 59 | A | 7D | 5D | 2F |
| Octal | 10 | 346 | 31 | 141 | 0 | 131 | 12 | 175 | 135 | 57 |
| Binary | 1000 | 11100110 | 11001 | 1100001 | 0 | 1011001 | 1010 | 1111101 | 1011101 | 101111 |
Color Harmonies of #08E619
Complementary color
Monochromatic Colors of #08E619
Black with #08E619
Text Example
Text Example
White with #08E619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E619; }
p { color: rgb(8,230,25); }
H1.HeaderClassName
{
color: #08E619;
}
.AnyTagClassName
{
color: #08E619;
}
</style>
background-color css
<style>
a { background-color: #08E619; }
a { background-color: rgb(8,230,25); }
div.DivClassName
{
background-color: #08E619;
}
.BgClassName
{
background-color: #08E619;
}
</style>
border-color css
<style>
span { border-color: #08E619; }
span { border-color: rgb(8,230,25); }
td.TdClassName
{
border-color: #08E619;
}
.TagClassName
{
border-color: #08E619;
}
</style>