Shades of Free Speech Green #08E322
Tints of Free Speech Green #08E322
RGB
CMYK
RGB Variations
Color information
#08E322 (or 0x08E322) is known color: Free Speech Green. HEX triplet: 08, E3 and 22. RGB value is (8,227,34). Sum of RGB (Red+Green+Blue) = 8+227+34=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 227 (89.06% from 255 or 84.39% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 227 - color contains mainly: green. Hex color #08E322 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08E322 is #F71CDD. Grayscale: #8C8C8C. Windows color (decimal): -16194782 or 2286344. OLE color: 2286344.
HSL color Cylindrical-coordinate representation of color #08E322: hue angle of 127.12º 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 #08E322 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 227 | 34 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.11 |
| HSL | 127.12º | 0.93% | 0.46% | - |
| HSV(B) | 127.12º | 0.96% | 0.89% | - |
| XYZ | 27.86 | 55.11 | 10.68 | - |
| YUV | 139.52 | 68.45 | 34.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 227 | 34 | 0.96 | 0 | 0.85 | 0.11 | 127.12 | 0.93 | 0.46 |
| Hex | 8 | E3 | 22 | 60 | 0 | 55 | B | 7F | 5D | 2E |
| Octal | 10 | 343 | 42 | 140 | 0 | 125 | 13 | 177 | 135 | 56 |
| Binary | 1000 | 11100011 | 100010 | 1100000 | 0 | 1010101 | 1011 | 1111111 | 1011101 | 101110 |
Color Harmonies of #08E322
Complementary color
Monochromatic Colors of #08E322
Black with #08E322
Text Example
Text Example
White with #08E322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E322; }
p { color: rgb(8,227,34); }
H1.HeaderClassName
{
color: #08E322;
}
.AnyTagClassName
{
color: #08E322;
}
</style>
background-color css
<style>
a { background-color: #08E322; }
a { background-color: rgb(8,227,34); }
div.DivClassName
{
background-color: #08E322;
}
.BgClassName
{
background-color: #08E322;
}
</style>
border-color css
<style>
span { border-color: #08E322; }
span { border-color: rgb(8,227,34); }
td.TdClassName
{
border-color: #08E322;
}
.TagClassName
{
border-color: #08E322;
}
</style>