Shades of Free Speech Green #0FDA06
Tints of Free Speech Green #0FDA06
RGB
CMYK
RGB Variations
Color information
#0FDA06 (or 0x0FDA06) is known color: Free Speech Green. HEX triplet: 0F, DA and 06. RGB value is (15,218,6). Sum of RGB (Red+Green+Blue) = 15+218+6=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 218 (85.55% from 255 or 91.21% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDA06 is #F025F9. Grayscale: #858585. Windows color (decimal): -15738362 or 449039. OLE color: 449039.
HSL color Cylindrical-coordinate representation of color #0FDA06: hue angle of 117.45º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FDA06 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 218 | 6 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.15 |
| HSL | 117.45º | 0.95% | 0.44% | - |
| HSV(B) | 117.45º | 0.97% | 0.85% | - |
| XYZ | 25.3 | 50.26 | 8.54 | - |
| YUV | 133.14 | 56.25 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 218 | 6 | 0.93 | 0 | 0.97 | 0.15 | 117.45 | 0.95 | 0.44 |
| Hex | F | DA | 6 | 5D | 0 | 61 | F | 75 | 5F | 2C |
| Octal | 17 | 332 | 6 | 135 | 0 | 141 | 17 | 165 | 137 | 54 |
| Binary | 1111 | 11011010 | 110 | 1011101 | 0 | 1100001 | 1111 | 1110101 | 1011111 | 101100 |
Color Harmonies of #0FDA06
Complementary color
Monochromatic Colors of #0FDA06
Black with #0FDA06
Text Example
Text Example
White with #0FDA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDA06; }
p { color: rgb(15,218,6); }
H1.HeaderClassName
{
color: #0FDA06;
}
.AnyTagClassName
{
color: #0FDA06;
}
</style>
background-color css
<style>
a { background-color: #0FDA06; }
a { background-color: rgb(15,218,6); }
div.DivClassName
{
background-color: #0FDA06;
}
.BgClassName
{
background-color: #0FDA06;
}
</style>
border-color css
<style>
span { border-color: #0FDA06; }
span { border-color: rgb(15,218,6); }
td.TdClassName
{
border-color: #0FDA06;
}
.TagClassName
{
border-color: #0FDA06;
}
</style>