Shades of Free Speech Green #08E908
Tints of Free Speech Green #08E908
RGB
CMYK
RGB Variations
Color information
#08E908 (or 0x08E908) is known color: Free Speech Green. HEX triplet: 08, E9 and 08. RGB value is (8,233,8). Sum of RGB (Red+Green+Blue) = 8+233+8=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 233 (91.41% from 255 or 93.57% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 233 - color contains mainly: green. Hex color #08E908 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08E908 is #F716F7. Grayscale: #8C8C8C. Windows color (decimal): -16193272 or 583944. OLE color: 583944.
HSL color Cylindrical-coordinate representation of color #08E908: hue angle of 120º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E908 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 233 | 8 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.09 |
| HSL | 120º | 0.93% | 0.47% | - |
| HSV(B) | 120º | 0.97% | 0.91% | - |
| XYZ | 29.28 | 58.35 | 9.95 | - |
| YUV | 140.08 | 53.46 | 33.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 233 | 8 | 0.97 | 0 | 0.97 | 0.09 | 120 | 0.93 | 0.47 |
| Hex | 8 | E9 | 8 | 61 | 0 | 61 | 9 | 78 | 5D | 2F |
| Octal | 10 | 351 | 10 | 141 | 0 | 141 | 11 | 170 | 135 | 57 |
| Binary | 1000 | 11101001 | 1000 | 1100001 | 0 | 1100001 | 1001 | 1111000 | 1011101 | 101111 |
Color Harmonies of #08E908
Complementary color
Monochromatic Colors of #08E908
Black with #08E908
Text Example
Text Example
White with #08E908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E908; }
p { color: rgb(8,233,8); }
H1.HeaderClassName
{
color: #08E908;
}
.AnyTagClassName
{
color: #08E908;
}
</style>
background-color css
<style>
a { background-color: #08E908; }
a { background-color: rgb(8,233,8); }
div.DivClassName
{
background-color: #08E908;
}
.BgClassName
{
background-color: #08E908;
}
</style>
border-color css
<style>
span { border-color: #08E908; }
span { border-color: rgb(8,233,8); }
td.TdClassName
{
border-color: #08E908;
}
.TagClassName
{
border-color: #08E908;
}
</style>