Shades of Free Speech Green #0FDE05
Tints of Free Speech Green #0FDE05
RGB
CMYK
RGB Variations
Color information
#0FDE05 (or 0x0FDE05) is known color: Free Speech Green. HEX triplet: 0F, DE and 05. RGB value is (15,222,5). Sum of RGB (Red+Green+Blue) = 15+222+5=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 222 (87.11% from 255 or 91.74% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDE05 is #F021FA. Grayscale: #888888. Windows color (decimal): -15737339 or 384527. OLE color: 384527.
HSL color Cylindrical-coordinate representation of color #0FDE05: hue angle of 117.24º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FDE05 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 5 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.13 |
| HSL | 117.24º | 0.96% | 0.45% | - |
| HSV(B) | 117.24º | 0.98% | 0.87% | - |
| XYZ | 26.35 | 52.36 | 8.86 | - |
| YUV | 135.37 | 54.42 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 5 | 0.93 | 0 | 0.98 | 0.13 | 117.24 | 0.96 | 0.45 |
| Hex | F | DE | 5 | 5D | 0 | 62 | D | 75 | 60 | 2D |
| Octal | 17 | 336 | 5 | 135 | 0 | 142 | 15 | 165 | 140 | 55 |
| Binary | 1111 | 11011110 | 101 | 1011101 | 0 | 1100010 | 1101 | 1110101 | 1100000 | 101101 |
Color Harmonies of #0FDE05
Complementary color
Monochromatic Colors of #0FDE05
Black with #0FDE05
Text Example
Text Example
White with #0FDE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDE05; }
p { color: rgb(15,222,5); }
H1.HeaderClassName
{
color: #0FDE05;
}
.AnyTagClassName
{
color: #0FDE05;
}
</style>
background-color css
<style>
a { background-color: #0FDE05; }
a { background-color: rgb(15,222,5); }
div.DivClassName
{
background-color: #0FDE05;
}
.BgClassName
{
background-color: #0FDE05;
}
</style>
border-color css
<style>
span { border-color: #0FDE05; }
span { border-color: rgb(15,222,5); }
td.TdClassName
{
border-color: #0FDE05;
}
.TagClassName
{
border-color: #0FDE05;
}
</style>