Shades of Free Speech Green #0FFB05
Tints of Free Speech Green #0FFB05
RGB
CMYK
RGB Variations
Color information
#0FFB05 (or 0x0FFB05) is known color: Free Speech Green. HEX triplet: 0F, FB and 05. RGB value is (15,251,5). Sum of RGB (Red+Green+Blue) = 15+251+5=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 251 (98.44% from 255 or 92.62% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFB05 is #F004FA. Grayscale: #999999. Windows color (decimal): -15729915 or 391951. OLE color: 391951.
HSL color Cylindrical-coordinate representation of color #0FFB05: hue angle of 117.56º 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 #0FFB05 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 5 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.02 |
| HSL | 117.56º | 0.97% | 0.5% | - |
| HSV(B) | 117.56º | 0.98% | 0.98% | - |
| XYZ | 34.72 | 69.11 | 11.65 | - |
| YUV | 152.39 | 44.81 | 30 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 5 | 0.94 | 0 | 0.98 | 0.02 | 117.56 | 0.97 | 0.5 |
| Hex | F | FB | 5 | 5E | 0 | 62 | 2 | 76 | 61 | 32 |
| Octal | 17 | 373 | 5 | 136 | 0 | 142 | 2 | 166 | 141 | 62 |
| Binary | 1111 | 11111011 | 101 | 1011110 | 0 | 1100010 | 10 | 1110110 | 1100001 | 110010 |
Color Harmonies of #0FFB05
Complementary color
Monochromatic Colors of #0FFB05
Black with #0FFB05
Text Example
Text Example
White with #0FFB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFB05; }
p { color: rgb(15,251,5); }
H1.HeaderClassName
{
color: #0FFB05;
}
.AnyTagClassName
{
color: #0FFB05;
}
</style>
background-color css
<style>
a { background-color: #0FFB05; }
a { background-color: rgb(15,251,5); }
div.DivClassName
{
background-color: #0FFB05;
}
.BgClassName
{
background-color: #0FFB05;
}
</style>
border-color css
<style>
span { border-color: #0FFB05; }
span { border-color: rgb(15,251,5); }
td.TdClassName
{
border-color: #0FFB05;
}
.TagClassName
{
border-color: #0FFB05;
}
</style>