Shades of Free Speech Green #08E020
Tints of Free Speech Green #08E020
RGB
CMYK
RGB Variations
Color information
#08E020 (or 0x08E020) is known color: Free Speech Green. HEX triplet: 08, E0 and 20. RGB value is (8,224,32). Sum of RGB (Red+Green+Blue) = 8+224+32=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 224 (87.89% from 255 or 84.85% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 224 - color contains mainly: green. Hex color #08E020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08E020 is #F71FDF. Grayscale: #8A8A8A. Windows color (decimal): -16195552 or 2154504. OLE color: 2154504.
HSL color Cylindrical-coordinate representation of color #08E020: hue angle of 126.67º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E020 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 224 | 32 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.12 |
| HSL | 126.67º | 0.93% | 0.45% | - |
| HSV(B) | 126.67º | 0.96% | 0.88% | - |
| XYZ | 27.02 | 53.47 | 10.26 | - |
| YUV | 137.53 | 68.44 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 224 | 32 | 0.96 | 0 | 0.86 | 0.12 | 126.67 | 0.93 | 0.45 |
| Hex | 8 | E0 | 20 | 60 | 0 | 56 | C | 7F | 5D | 2D |
| Octal | 10 | 340 | 40 | 140 | 0 | 126 | 14 | 177 | 135 | 55 |
| Binary | 1000 | 11100000 | 100000 | 1100000 | 0 | 1010110 | 1100 | 1111111 | 1011101 | 101101 |
Color Harmonies of #08E020
Complementary color
Monochromatic Colors of #08E020
Black with #08E020
Text Example
Text Example
White with #08E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E020; }
p { color: rgb(8,224,32); }
H1.HeaderClassName
{
color: #08E020;
}
.AnyTagClassName
{
color: #08E020;
}
</style>
background-color css
<style>
a { background-color: #08E020; }
a { background-color: rgb(8,224,32); }
div.DivClassName
{
background-color: #08E020;
}
.BgClassName
{
background-color: #08E020;
}
</style>
border-color css
<style>
span { border-color: #08E020; }
span { border-color: rgb(8,224,32); }
td.TdClassName
{
border-color: #08E020;
}
.TagClassName
{
border-color: #08E020;
}
</style>