Shades of Free Speech Green #0FFA0B
Tints of Free Speech Green #0FFA0B
RGB
CMYK
RGB Variations
Color information
#0FFA0B (or 0x0FFA0B) is known color: Free Speech Green. HEX triplet: 0F, FA and 0B. RGB value is (15,250,11). Sum of RGB (Red+Green+Blue) = 15+250+11=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 250 (98.05% from 255 or 90.58% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFA0B is #F005F4. Grayscale: #999999. Windows color (decimal): -15730165 or 784911. OLE color: 784911.
HSL color Cylindrical-coordinate representation of color #0FFA0B: hue angle of 119º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FFA0B is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 11 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.02 |
| HSL | 119º | 0.96% | 0.51% | - |
| HSV(B) | 119º | 0.96% | 0.98% | - |
| XYZ | 34.44 | 68.5 | 11.72 | - |
| YUV | 152.49 | 48.14 | 29.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 11 | 0.94 | 0 | 0.96 | 0.02 | 119 | 0.96 | 0.51 |
| Hex | F | FA | B | 5E | 0 | 60 | 2 | 77 | 60 | 33 |
| Octal | 17 | 372 | 13 | 136 | 0 | 140 | 2 | 167 | 140 | 63 |
| Binary | 1111 | 11111010 | 1011 | 1011110 | 0 | 1100000 | 10 | 1110111 | 1100000 | 110011 |
Color Harmonies of #0FFA0B
Complementary color
Monochromatic Colors of #0FFA0B
Black with #0FFA0B
Text Example
Text Example
White with #0FFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFA0B; }
p { color: rgb(15,250,11); }
H1.HeaderClassName
{
color: #0FFA0B;
}
.AnyTagClassName
{
color: #0FFA0B;
}
</style>
background-color css
<style>
a { background-color: #0FFA0B; }
a { background-color: rgb(15,250,11); }
div.DivClassName
{
background-color: #0FFA0B;
}
.BgClassName
{
background-color: #0FFA0B;
}
</style>
border-color css
<style>
span { border-color: #0FFA0B; }
span { border-color: rgb(15,250,11); }
td.TdClassName
{
border-color: #0FFA0B;
}
.TagClassName
{
border-color: #0FFA0B;
}
</style>