Shades of Free Speech Green #08E313
Tints of Free Speech Green #08E313
RGB
CMYK
RGB Variations
Color information
#08E313 (or 0x08E313) is known color: Free Speech Green. HEX triplet: 08, E3 and 13. RGB value is (8,227,19). Sum of RGB (Red+Green+Blue) = 8+227+19=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 227 (89.06% from 255 or 89.37% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 227 - color contains mainly: green. Hex color #08E313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08E313 is #F71CEC. Grayscale: #8A8A8A. Windows color (decimal): -16194797 or 1303304. OLE color: 1303304.
HSL color Cylindrical-coordinate representation of color #08E313: hue angle of 123.01º 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 #08E313 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 227 | 19 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.11 |
| HSL | 123.01º | 0.93% | 0.46% | - |
| HSV(B) | 123.01º | 0.96% | 0.89% | - |
| XYZ | 27.69 | 55.04 | 9.78 | - |
| YUV | 137.81 | 60.95 | 35.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 227 | 19 | 0.96 | 0 | 0.92 | 0.11 | 123.01 | 0.93 | 0.46 |
| Hex | 8 | E3 | 13 | 60 | 0 | 5C | B | 7B | 5D | 2E |
| Octal | 10 | 343 | 23 | 140 | 0 | 134 | 13 | 173 | 135 | 56 |
| Binary | 1000 | 11100011 | 10011 | 1100000 | 0 | 1011100 | 1011 | 1111011 | 1011101 | 101110 |
Color Harmonies of #08E313
Complementary color
Monochromatic Colors of #08E313
Black with #08E313
Text Example
Text Example
White with #08E313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E313; }
p { color: rgb(8,227,19); }
H1.HeaderClassName
{
color: #08E313;
}
.AnyTagClassName
{
color: #08E313;
}
</style>
background-color css
<style>
a { background-color: #08E313; }
a { background-color: rgb(8,227,19); }
div.DivClassName
{
background-color: #08E313;
}
.BgClassName
{
background-color: #08E313;
}
</style>
border-color css
<style>
span { border-color: #08E313; }
span { border-color: rgb(8,227,19); }
td.TdClassName
{
border-color: #08E313;
}
.TagClassName
{
border-color: #08E313;
}
</style>