Shades of Free Speech Green #08E50F
Tints of Free Speech Green #08E50F
RGB
CMYK
RGB Variations
Color information
#08E50F (or 0x08E50F) is known color: Free Speech Green. HEX triplet: 08, E5 and 0F. RGB value is (8,229,15). Sum of RGB (Red+Green+Blue) = 8+229+15=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 229 (89.84% from 255 or 90.87% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 229 - color contains mainly: green. Hex color #08E50F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08E50F is #F71AF0. Grayscale: #8B8B8B. Windows color (decimal): -16194289 or 1041672. OLE color: 1041672.
HSL color Cylindrical-coordinate representation of color #08E50F: hue angle of 121.9º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E50F is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 229 | 15 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.10 |
| HSL | 121.9º | 0.93% | 0.46% | - |
| HSV(B) | 121.9º | 0.97% | 0.9% | - |
| XYZ | 28.21 | 56.12 | 9.8 | - |
| YUV | 138.53 | 58.28 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 229 | 15 | 0.97 | 0 | 0.93 | 0.10 | 121.9 | 0.93 | 0.46 |
| Hex | 8 | E5 | F | 61 | 0 | 5D | A | 7A | 5D | 2E |
| Octal | 10 | 345 | 17 | 141 | 0 | 135 | 12 | 172 | 135 | 56 |
| Binary | 1000 | 11100101 | 1111 | 1100001 | 0 | 1011101 | 1010 | 1111010 | 1011101 | 101110 |
Color Harmonies of #08E50F
Complementary color
Monochromatic Colors of #08E50F
Black with #08E50F
Text Example
Text Example
White with #08E50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E50F; }
p { color: rgb(8,229,15); }
H1.HeaderClassName
{
color: #08E50F;
}
.AnyTagClassName
{
color: #08E50F;
}
</style>
background-color css
<style>
a { background-color: #08E50F; }
a { background-color: rgb(8,229,15); }
div.DivClassName
{
background-color: #08E50F;
}
.BgClassName
{
background-color: #08E50F;
}
</style>
border-color css
<style>
span { border-color: #08E50F; }
span { border-color: rgb(8,229,15); }
td.TdClassName
{
border-color: #08E50F;
}
.TagClassName
{
border-color: #08E50F;
}
</style>