Shades of Free Speech Green #08EC28
Tints of Free Speech Green #08EC28
RGB
CMYK
RGB Variations
Color information
#08EC28 (or 0x08EC28) is known color: Free Speech Green. HEX triplet: 08, EC and 28. RGB value is (8,236,40). Sum of RGB (Red+Green+Blue) = 8+236+40=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 236 (92.58% from 255 or 83.10% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 236 - color contains mainly: green. Hex color #08EC28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08EC28 is #F713D7. Grayscale: #929292. Windows color (decimal): -16192472 or 2681864. OLE color: 2681864.
HSL color Cylindrical-coordinate representation of color #08EC28: hue angle of 128.42º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08EC28 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 236 | 40 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.07 |
| HSL | 128.42º | 0.93% | 0.48% | - |
| HSV(B) | 128.42º | 0.97% | 0.93% | - |
| XYZ | 30.48 | 60.2 | 12.02 | - |
| YUV | 145.48 | 68.46 | 29.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 236 | 40 | 0.97 | 0 | 0.83 | 0.07 | 128.42 | 0.93 | 0.48 |
| Hex | 8 | EC | 28 | 61 | 0 | 53 | 7 | 80 | 5D | 30 |
| Octal | 10 | 354 | 50 | 141 | 0 | 123 | 7 | 200 | 135 | 60 |
| Binary | 1000 | 11101100 | 101000 | 1100001 | 0 | 1010011 | 111 | 10000000 | 1011101 | 110000 |
Color Harmonies of #08EC28
Complementary color
Monochromatic Colors of #08EC28
Black with #08EC28
Text Example
Text Example
White with #08EC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08EC28; }
p { color: rgb(8,236,40); }
H1.HeaderClassName
{
color: #08EC28;
}
.AnyTagClassName
{
color: #08EC28;
}
</style>
background-color css
<style>
a { background-color: #08EC28; }
a { background-color: rgb(8,236,40); }
div.DivClassName
{
background-color: #08EC28;
}
.BgClassName
{
background-color: #08EC28;
}
</style>
border-color css
<style>
span { border-color: #08EC28; }
span { border-color: rgb(8,236,40); }
td.TdClassName
{
border-color: #08EC28;
}
.TagClassName
{
border-color: #08EC28;
}
</style>