Shades of Free Speech Green #0FDA10
Tints of Free Speech Green #0FDA10
RGB
CMYK
RGB Variations
Color information
#0FDA10 (or 0x0FDA10) is known color: Free Speech Green. HEX triplet: 0F, DA and 10. RGB value is (15,218,16). Sum of RGB (Red+Green+Blue) = 15+218+16=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 218 (85.55% from 255 or 87.55% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDA10 is #F025EF. Grayscale: #868686. Windows color (decimal): -15738352 or 1104399. OLE color: 1104399.
HSL color Cylindrical-coordinate representation of color #0FDA10: hue angle of 120.3º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDA10 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 218 | 16 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.15 |
| HSL | 120.3º | 0.87% | 0.46% | - |
| HSV(B) | 120.3º | 0.93% | 0.85% | - |
| XYZ | 25.36 | 50.28 | 8.86 | - |
| YUV | 134.28 | 61.25 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 218 | 16 | 0.93 | 0 | 0.93 | 0.15 | 120.3 | 0.87 | 0.46 |
| Hex | F | DA | 10 | 5D | 0 | 5D | F | 78 | 57 | 2E |
| Octal | 17 | 332 | 20 | 135 | 0 | 135 | 17 | 170 | 127 | 56 |
| Binary | 1111 | 11011010 | 10000 | 1011101 | 0 | 1011101 | 1111 | 1111000 | 1010111 | 101110 |
Color Harmonies of #0FDA10
Complementary color
Monochromatic Colors of #0FDA10
Black with #0FDA10
Text Example
Text Example
White with #0FDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDA10; }
p { color: rgb(15,218,16); }
H1.HeaderClassName
{
color: #0FDA10;
}
.AnyTagClassName
{
color: #0FDA10;
}
</style>
background-color css
<style>
a { background-color: #0FDA10; }
a { background-color: rgb(15,218,16); }
div.DivClassName
{
background-color: #0FDA10;
}
.BgClassName
{
background-color: #0FDA10;
}
</style>
border-color css
<style>
span { border-color: #0FDA10; }
span { border-color: rgb(15,218,16); }
td.TdClassName
{
border-color: #0FDA10;
}
.TagClassName
{
border-color: #0FDA10;
}
</style>