Shades of Free Speech Green #08E513
Tints of Free Speech Green #08E513
RGB
CMYK
RGB Variations
Color information
#08E513 (or 0x08E513) is known color: Free Speech Green. HEX triplet: 08, E5 and 13. RGB value is (8,229,19). Sum of RGB (Red+Green+Blue) = 8+229+19=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 229 (89.84% from 255 or 89.45% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 229 - color contains mainly: green. Hex color #08E513 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08E513 is #F71AEC. Grayscale: #8B8B8B. Windows color (decimal): -16194285 or 1303816. OLE color: 1303816.
HSL color Cylindrical-coordinate representation of color #08E513: hue angle of 122.99º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E513 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 229 | 19 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.10 |
| HSL | 122.99º | 0.93% | 0.46% | - |
| HSV(B) | 122.99º | 0.97% | 0.9% | - |
| XYZ | 28.24 | 56.14 | 9.96 | - |
| YUV | 138.98 | 60.28 | 34.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 229 | 19 | 0.97 | 0 | 0.92 | 0.10 | 122.99 | 0.93 | 0.46 |
| Hex | 8 | E5 | 13 | 61 | 0 | 5C | A | 7B | 5D | 2E |
| Octal | 10 | 345 | 23 | 141 | 0 | 134 | 12 | 173 | 135 | 56 |
| Binary | 1000 | 11100101 | 10011 | 1100001 | 0 | 1011100 | 1010 | 1111011 | 1011101 | 101110 |
Color Harmonies of #08E513
Complementary color
Monochromatic Colors of #08E513
Black with #08E513
Text Example
Text Example
White with #08E513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E513; }
p { color: rgb(8,229,19); }
H1.HeaderClassName
{
color: #08E513;
}
.AnyTagClassName
{
color: #08E513;
}
</style>
background-color css
<style>
a { background-color: #08E513; }
a { background-color: rgb(8,229,19); }
div.DivClassName
{
background-color: #08E513;
}
.BgClassName
{
background-color: #08E513;
}
</style>
border-color css
<style>
span { border-color: #08E513; }
span { border-color: rgb(8,229,19); }
td.TdClassName
{
border-color: #08E513;
}
.TagClassName
{
border-color: #08E513;
}
</style>