Shades of Free Speech Green #0FFB15
Tints of Free Speech Green #0FFB15
RGB
CMYK
RGB Variations
Color information
#0FFB15 (or 0x0FFB15) is known color: Free Speech Green. HEX triplet: 0F, FB and 15. RGB value is (15,251,21). Sum of RGB (Red+Green+Blue) = 15+251+21=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 251 (98.44% from 255 or 87.46% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB15 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFB15 is #F004EA. Grayscale: #9A9A9A. Windows color (decimal): -15729899 or 1440527. OLE color: 1440527.
HSL color Cylindrical-coordinate representation of color #0FFB15: hue angle of 121.53º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFB15 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 21 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.02 |
| HSL | 121.53º | 0.97% | 0.52% | - |
| HSV(B) | 121.53º | 0.94% | 0.98% | - |
| XYZ | 34.83 | 69.15 | 12.22 | - |
| YUV | 154.22 | 52.81 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 21 | 0.94 | 0 | 0.92 | 0.02 | 121.53 | 0.97 | 0.52 |
| Hex | F | FB | 15 | 5E | 0 | 5C | 2 | 7A | 61 | 34 |
| Octal | 17 | 373 | 25 | 136 | 0 | 134 | 2 | 172 | 141 | 64 |
| Binary | 1111 | 11111011 | 10101 | 1011110 | 0 | 1011100 | 10 | 1111010 | 1100001 | 110100 |
Color Harmonies of #0FFB15
Complementary color
Monochromatic Colors of #0FFB15
Black with #0FFB15
Text Example
Text Example
White with #0FFB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFB15; }
p { color: rgb(15,251,21); }
H1.HeaderClassName
{
color: #0FFB15;
}
.AnyTagClassName
{
color: #0FFB15;
}
</style>
background-color css
<style>
a { background-color: #0FFB15; }
a { background-color: rgb(15,251,21); }
div.DivClassName
{
background-color: #0FFB15;
}
.BgClassName
{
background-color: #0FFB15;
}
</style>
border-color css
<style>
span { border-color: #0FFB15; }
span { border-color: rgb(15,251,21); }
td.TdClassName
{
border-color: #0FFB15;
}
.TagClassName
{
border-color: #0FFB15;
}
</style>