Shades of Free Speech Green #0FF10A
Tints of Free Speech Green #0FF10A
RGB
CMYK
RGB Variations
Color information
#0FF10A (or 0x0FF10A) is known color: Free Speech Green. HEX triplet: 0F, F1 and 0A. RGB value is (15,241,10). Sum of RGB (Red+Green+Blue) = 15+241+10=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 241 (94.53% from 255 or 90.60% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF10A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF10A is #F00EF5. Grayscale: #939393. Windows color (decimal): -15732470 or 717071. OLE color: 717071.
HSL color Cylindrical-coordinate representation of color #0FF10A: hue angle of 118.7º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FF10A is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 241 | 10 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.05 |
| HSL | 118.7º | 0.92% | 0.49% | - |
| HSV(B) | 118.7º | 0.96% | 0.95% | - |
| XYZ | 31.71 | 63.03 | 10.78 | - |
| YUV | 147.09 | 50.63 | 33.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 241 | 10 | 0.94 | 0 | 0.96 | 0.05 | 118.7 | 0.92 | 0.49 |
| Hex | F | F1 | A | 5E | 0 | 60 | 5 | 77 | 5C | 31 |
| Octal | 17 | 361 | 12 | 136 | 0 | 140 | 5 | 167 | 134 | 61 |
| Binary | 1111 | 11110001 | 1010 | 1011110 | 0 | 1100000 | 101 | 1110111 | 1011100 | 110001 |
Color Harmonies of #0FF10A
Complementary color
Monochromatic Colors of #0FF10A
Black with #0FF10A
Text Example
Text Example
White with #0FF10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF10A; }
p { color: rgb(15,241,10); }
H1.HeaderClassName
{
color: #0FF10A;
}
.AnyTagClassName
{
color: #0FF10A;
}
</style>
background-color css
<style>
a { background-color: #0FF10A; }
a { background-color: rgb(15,241,10); }
div.DivClassName
{
background-color: #0FF10A;
}
.BgClassName
{
background-color: #0FF10A;
}
</style>
border-color css
<style>
span { border-color: #0FF10A; }
span { border-color: rgb(15,241,10); }
td.TdClassName
{
border-color: #0FF10A;
}
.TagClassName
{
border-color: #0FF10A;
}
</style>