Shades of Free Speech Green #00F820
Tints of Free Speech Green #00F820
RGB
CMYK
RGB Variations
Color information
#00F820 (or 0x00F820) is known color: Free Speech Green. HEX triplet: 00, F8 and 20. RGB value is (0,248,32). Sum of RGB (Red+Green+Blue) = 0+248+32=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 248 (97.27% from 255 or 88.57% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 248 - color contains mainly: green. Hex color #00F820 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F820 is #FF07DF. Grayscale: #959595. Windows color (decimal): -16713696 or 2160640. OLE color: 2160640.
HSL color Cylindrical-coordinate representation of color #00F820: hue angle of 127.74º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F820 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 248 | 32 | - |
| CMYK | 1 | 0 | 0.87 | 0.03 |
| HSL | 127.74º | 1% | 0.49% | - |
| HSV(B) | 127.74º | 1% | 0.97% | - |
| XYZ | 33.83 | 67.24 | 12.56 | - |
| YUV | 149.22 | 61.84 | 21.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 248 | 32 | 1 | 0 | 0.87 | 0.03 | 127.74 | 1 | 0.49 |
| Hex | 0 | F8 | 20 | 64 | 0 | 57 | 3 | 80 | 64 | 31 |
| Octal | 0 | 370 | 40 | 144 | 0 | 127 | 3 | 200 | 144 | 61 |
| Binary | 0 | 11111000 | 100000 | 1100100 | 0 | 1010111 | 11 | 10000000 | 1100100 | 110001 |
Color Harmonies of #00F820
Complementary color
Monochromatic Colors of #00F820
Black with #00F820
Text Example
Text Example
White with #00F820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F820; }
p { color: rgb(0,248,32); }
H1.HeaderClassName
{
color: #00F820;
}
.AnyTagClassName
{
color: #00F820;
}
</style>
background-color css
<style>
a { background-color: #00F820; }
a { background-color: rgb(0,248,32); }
div.DivClassName
{
background-color: #00F820;
}
.BgClassName
{
background-color: #00F820;
}
</style>
border-color css
<style>
span { border-color: #00F820; }
span { border-color: rgb(0,248,32); }
td.TdClassName
{
border-color: #00F820;
}
.TagClassName
{
border-color: #00F820;
}
</style>