Shades of Free Speech Green #0FFB06
Tints of Free Speech Green #0FFB06
RGB
CMYK
RGB Variations
Color information
#0FFB06 (or 0x0FFB06) is known color: Free Speech Green. HEX triplet: 0F, FB and 06. RGB value is (15,251,6). Sum of RGB (Red+Green+Blue) = 15+251+6=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 251 (98.44% from 255 or 92.28% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFB06 is #F004F9. Grayscale: #999999. Windows color (decimal): -15729914 or 457487. OLE color: 457487.
HSL color Cylindrical-coordinate representation of color #0FFB06: hue angle of 117.8º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FFB06 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 6 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.02 |
| HSL | 117.8º | 0.97% | 0.5% | - |
| HSV(B) | 117.8º | 0.98% | 0.98% | - |
| XYZ | 34.73 | 69.11 | 11.68 | - |
| YUV | 152.51 | 45.31 | 29.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 6 | 0.94 | 0 | 0.98 | 0.02 | 117.8 | 0.97 | 0.5 |
| Hex | F | FB | 6 | 5E | 0 | 62 | 2 | 76 | 61 | 32 |
| Octal | 17 | 373 | 6 | 136 | 0 | 142 | 2 | 166 | 141 | 62 |
| Binary | 1111 | 11111011 | 110 | 1011110 | 0 | 1100010 | 10 | 1110110 | 1100001 | 110010 |
Color Harmonies of #0FFB06
Complementary color
Monochromatic Colors of #0FFB06
Black with #0FFB06
Text Example
Text Example
White with #0FFB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFB06; }
p { color: rgb(15,251,6); }
H1.HeaderClassName
{
color: #0FFB06;
}
.AnyTagClassName
{
color: #0FFB06;
}
</style>
background-color css
<style>
a { background-color: #0FFB06; }
a { background-color: rgb(15,251,6); }
div.DivClassName
{
background-color: #0FFB06;
}
.BgClassName
{
background-color: #0FFB06;
}
</style>
border-color css
<style>
span { border-color: #0FFB06; }
span { border-color: rgb(15,251,6); }
td.TdClassName
{
border-color: #0FFB06;
}
.TagClassName
{
border-color: #0FFB06;
}
</style>