Shades of Free Speech Green #0FDC05
Tints of Free Speech Green #0FDC05
RGB
CMYK
RGB Variations
Color information
#0FDC05 (or 0x0FDC05) is known color: Free Speech Green. HEX triplet: 0F, DC and 05. RGB value is (15,220,5). Sum of RGB (Red+Green+Blue) = 15+220+5=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 220 (86.33% from 255 or 91.67% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDC05 is #F023FA. Grayscale: #868686. Windows color (decimal): -15737851 or 384015. OLE color: 384015.
HSL color Cylindrical-coordinate representation of color #0FDC05: hue angle of 117.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FDC05 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 5 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.14 |
| HSL | 117.21º | 0.96% | 0.44% | - |
| HSV(B) | 117.21º | 0.98% | 0.86% | - |
| XYZ | 25.82 | 51.3 | 8.68 | - |
| YUV | 134.2 | 55.08 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 5 | 0.93 | 0 | 0.98 | 0.14 | 117.21 | 0.96 | 0.44 |
| Hex | F | DC | 5 | 5D | 0 | 62 | E | 75 | 60 | 2C |
| Octal | 17 | 334 | 5 | 135 | 0 | 142 | 16 | 165 | 140 | 54 |
| Binary | 1111 | 11011100 | 101 | 1011101 | 0 | 1100010 | 1110 | 1110101 | 1100000 | 101100 |
Color Harmonies of #0FDC05
Complementary color
Monochromatic Colors of #0FDC05
Black with #0FDC05
Text Example
Text Example
White with #0FDC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDC05; }
p { color: rgb(15,220,5); }
H1.HeaderClassName
{
color: #0FDC05;
}
.AnyTagClassName
{
color: #0FDC05;
}
</style>
background-color css
<style>
a { background-color: #0FDC05; }
a { background-color: rgb(15,220,5); }
div.DivClassName
{
background-color: #0FDC05;
}
.BgClassName
{
background-color: #0FDC05;
}
</style>
border-color css
<style>
span { border-color: #0FDC05; }
span { border-color: rgb(15,220,5); }
td.TdClassName
{
border-color: #0FDC05;
}
.TagClassName
{
border-color: #0FDC05;
}
</style>