Shades of Free Speech Green #08E20F
Tints of Free Speech Green #08E20F
RGB
CMYK
RGB Variations
Color information
#08E20F (or 0x08E20F) is known color: Free Speech Green. HEX triplet: 08, E2 and 0F. RGB value is (8,226,15). Sum of RGB (Red+Green+Blue) = 8+226+15=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 226 (88.67% from 255 or 90.76% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 226 - color contains mainly: green. Hex color #08E20F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08E20F is #F71DF0. Grayscale: #898989. Windows color (decimal): -16195057 or 1040904. OLE color: 1040904.
HSL color Cylindrical-coordinate representation of color #08E20F: hue angle of 121.93º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E20F is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 226 | 15 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.11 |
| HSL | 121.93º | 0.93% | 0.46% | - |
| HSV(B) | 121.93º | 0.96% | 0.89% | - |
| XYZ | 27.38 | 54.48 | 9.52 | - |
| YUV | 136.76 | 59.28 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 226 | 15 | 0.96 | 0 | 0.93 | 0.11 | 121.93 | 0.93 | 0.46 |
| Hex | 8 | E2 | F | 60 | 0 | 5D | B | 7A | 5D | 2E |
| Octal | 10 | 342 | 17 | 140 | 0 | 135 | 13 | 172 | 135 | 56 |
| Binary | 1000 | 11100010 | 1111 | 1100000 | 0 | 1011101 | 1011 | 1111010 | 1011101 | 101110 |
Color Harmonies of #08E20F
Complementary color
Monochromatic Colors of #08E20F
Black with #08E20F
Text Example
Text Example
White with #08E20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E20F; }
p { color: rgb(8,226,15); }
H1.HeaderClassName
{
color: #08E20F;
}
.AnyTagClassName
{
color: #08E20F;
}
</style>
background-color css
<style>
a { background-color: #08E20F; }
a { background-color: rgb(8,226,15); }
div.DivClassName
{
background-color: #08E20F;
}
.BgClassName
{
background-color: #08E20F;
}
</style>
border-color css
<style>
span { border-color: #08E20F; }
span { border-color: rgb(8,226,15); }
td.TdClassName
{
border-color: #08E20F;
}
.TagClassName
{
border-color: #08E20F;
}
</style>