Shades of Free Speech Green #08F516
Tints of Free Speech Green #08F516
RGB
CMYK
RGB Variations
Color information
#08F516 (or 0x08F516) is known color: Free Speech Green. HEX triplet: 08, F5 and 16. RGB value is (8,245,22). Sum of RGB (Red+Green+Blue) = 8+245+22=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 245 (96.09% from 255 or 89.09% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 245 - color contains mainly: green. Hex color #08F516 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08F516 is #F70AE9. Grayscale: #959595. Windows color (decimal): -16190186 or 1504520. OLE color: 1504520.
HSL color Cylindrical-coordinate representation of color #08F516: hue angle of 123.54º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F516 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 245 | 22 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.04 |
| HSL | 123.54º | 0.94% | 0.5% | - |
| HSV(B) | 123.54º | 0.97% | 0.96% | - |
| XYZ | 32.9 | 65.41 | 11.65 | - |
| YUV | 148.72 | 56.48 | 27.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 245 | 22 | 0.97 | 0 | 0.91 | 0.04 | 123.54 | 0.94 | 0.5 |
| Hex | 8 | F5 | 16 | 61 | 0 | 5B | 4 | 7C | 5E | 32 |
| Octal | 10 | 365 | 26 | 141 | 0 | 133 | 4 | 174 | 136 | 62 |
| Binary | 1000 | 11110101 | 10110 | 1100001 | 0 | 1011011 | 100 | 1111100 | 1011110 | 110010 |
Color Harmonies of #08F516
Complementary color
Monochromatic Colors of #08F516
Black with #08F516
Text Example
Text Example
White with #08F516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F516; }
p { color: rgb(8,245,22); }
H1.HeaderClassName
{
color: #08F516;
}
.AnyTagClassName
{
color: #08F516;
}
</style>
background-color css
<style>
a { background-color: #08F516; }
a { background-color: rgb(8,245,22); }
div.DivClassName
{
background-color: #08F516;
}
.BgClassName
{
background-color: #08F516;
}
</style>
border-color css
<style>
span { border-color: #08F516; }
span { border-color: rgb(8,245,22); }
td.TdClassName
{
border-color: #08F516;
}
.TagClassName
{
border-color: #08F516;
}
</style>