Shades of Free Speech Green #08E610
Tints of Free Speech Green #08E610
RGB
CMYK
RGB Variations
Color information
#08E610 (or 0x08E610) is known color: Free Speech Green. HEX triplet: 08, E6 and 10. RGB value is (8,230,16). Sum of RGB (Red+Green+Blue) = 8+230+16=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 230 (90.23% from 255 or 90.55% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 230 - color contains mainly: green. Hex color #08E610 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08E610 is #F719EF. Grayscale: #8B8B8B. Windows color (decimal): -16194032 or 1107464. OLE color: 1107464.
HSL color Cylindrical-coordinate representation of color #08E610: hue angle of 122.16º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E610 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 230 | 16 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.10 |
| HSL | 122.16º | 0.93% | 0.47% | - |
| HSV(B) | 122.16º | 0.97% | 0.9% | - |
| XYZ | 28.49 | 56.68 | 9.93 | - |
| YUV | 139.23 | 58.45 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 230 | 16 | 0.97 | 0 | 0.93 | 0.10 | 122.16 | 0.93 | 0.47 |
| Hex | 8 | E6 | 10 | 61 | 0 | 5D | A | 7A | 5D | 2F |
| Octal | 10 | 346 | 20 | 141 | 0 | 135 | 12 | 172 | 135 | 57 |
| Binary | 1000 | 11100110 | 10000 | 1100001 | 0 | 1011101 | 1010 | 1111010 | 1011101 | 101111 |
Color Harmonies of #08E610
Complementary color
Monochromatic Colors of #08E610
Black with #08E610
Text Example
Text Example
White with #08E610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E610; }
p { color: rgb(8,230,16); }
H1.HeaderClassName
{
color: #08E610;
}
.AnyTagClassName
{
color: #08E610;
}
</style>
background-color css
<style>
a { background-color: #08E610; }
a { background-color: rgb(8,230,16); }
div.DivClassName
{
background-color: #08E610;
}
.BgClassName
{
background-color: #08E610;
}
</style>
border-color css
<style>
span { border-color: #08E610; }
span { border-color: rgb(8,230,16); }
td.TdClassName
{
border-color: #08E610;
}
.TagClassName
{
border-color: #08E610;
}
</style>