Shades of Free Speech Green #08D713
Tints of Free Speech Green #08D713
RGB
CMYK
RGB Variations
Color information
#08D713 (or 0x08D713) is known color: Free Speech Green. HEX triplet: 08, D7 and 13. RGB value is (8,215,19). Sum of RGB (Red+Green+Blue) = 8+215+19=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 215 (84.38% from 255 or 88.84% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 215 - color contains mainly: green. Hex color #08D713 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08D713 is #F728EC. Grayscale: #838383. Windows color (decimal): -16197869 or 1300232. OLE color: 1300232.
HSL color Cylindrical-coordinate representation of color #08D713: hue angle of 123.19º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D713 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 215 | 19 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.16 |
| HSL | 123.19º | 0.93% | 0.44% | - |
| HSV(B) | 123.19º | 0.96% | 0.84% | - |
| XYZ | 24.52 | 48.7 | 8.72 | - |
| YUV | 130.76 | 64.92 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 215 | 19 | 0.96 | 0 | 0.91 | 0.16 | 123.19 | 0.93 | 0.44 |
| Hex | 8 | D7 | 13 | 60 | 0 | 5B | 10 | 7B | 5D | 2C |
| Octal | 10 | 327 | 23 | 140 | 0 | 133 | 20 | 173 | 135 | 54 |
| Binary | 1000 | 11010111 | 10011 | 1100000 | 0 | 1011011 | 10000 | 1111011 | 1011101 | 101100 |
Color Harmonies of #08D713
Complementary color
Monochromatic Colors of #08D713
Black with #08D713
Text Example
Text Example
White with #08D713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D713; }
p { color: rgb(8,215,19); }
H1.HeaderClassName
{
color: #08D713;
}
.AnyTagClassName
{
color: #08D713;
}
</style>
background-color css
<style>
a { background-color: #08D713; }
a { background-color: rgb(8,215,19); }
div.DivClassName
{
background-color: #08D713;
}
.BgClassName
{
background-color: #08D713;
}
</style>
border-color css
<style>
span { border-color: #08D713; }
span { border-color: rgb(8,215,19); }
td.TdClassName
{
border-color: #08D713;
}
.TagClassName
{
border-color: #08D713;
}
</style>