Shades of Free Speech Green #08E30A
Tints of Free Speech Green #08E30A
RGB
CMYK
RGB Variations
Color information
#08E30A (or 0x08E30A) is known color: Free Speech Green. HEX triplet: 08, E3 and 0A. RGB value is (8,227,10). Sum of RGB (Red+Green+Blue) = 8+227+10=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 227 (89.06% from 255 or 92.65% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 227 - color contains mainly: green. Hex color #08E30A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08E30A is #F71CF5. Grayscale: #898989. Windows color (decimal): -16194806 or 713480. OLE color: 713480.
HSL color Cylindrical-coordinate representation of color #08E30A: hue angle of 120.55º 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 #08E30A is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 227 | 10 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.11 |
| HSL | 120.55º | 0.93% | 0.46% | - |
| HSV(B) | 120.55º | 0.96% | 0.89% | - |
| XYZ | 27.62 | 55.01 | 9.45 | - |
| YUV | 136.78 | 56.45 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 227 | 10 | 0.96 | 0 | 0.96 | 0.11 | 120.55 | 0.93 | 0.46 |
| Hex | 8 | E3 | A | 60 | 0 | 60 | B | 79 | 5D | 2E |
| Octal | 10 | 343 | 12 | 140 | 0 | 140 | 13 | 171 | 135 | 56 |
| Binary | 1000 | 11100011 | 1010 | 1100000 | 0 | 1100000 | 1011 | 1111001 | 1011101 | 101110 |
Color Harmonies of #08E30A
Complementary color
Monochromatic Colors of #08E30A
Black with #08E30A
Text Example
Text Example
White with #08E30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E30A; }
p { color: rgb(8,227,10); }
H1.HeaderClassName
{
color: #08E30A;
}
.AnyTagClassName
{
color: #08E30A;
}
</style>
background-color css
<style>
a { background-color: #08E30A; }
a { background-color: rgb(8,227,10); }
div.DivClassName
{
background-color: #08E30A;
}
.BgClassName
{
background-color: #08E30A;
}
</style>
border-color css
<style>
span { border-color: #08E30A; }
span { border-color: rgb(8,227,10); }
td.TdClassName
{
border-color: #08E30A;
}
.TagClassName
{
border-color: #08E30A;
}
</style>