Shades of Free Speech Green #0FCB07
Tints of Free Speech Green #0FCB07
RGB
CMYK
RGB Variations
Color information
#0FCB07 (or 0x0FCB07) is known color: Free Speech Green. HEX triplet: 0F, CB and 07. RGB value is (15,203,7). Sum of RGB (Red+Green+Blue) = 15+203+7=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 203 (79.69% from 255 or 90.22% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCB07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCB07 is #F034F8. Grayscale: #7D7D7D. Windows color (decimal): -15742201 or 510735. OLE color: 510735.
HSL color Cylindrical-coordinate representation of color #0FCB07: hue angle of 117.55º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FCB07 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 203 | 7 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.20 |
| HSL | 117.55º | 0.93% | 0.41% | - |
| HSV(B) | 117.55º | 0.97% | 0.8% | - |
| XYZ | 21.59 | 42.83 | 7.33 | - |
| YUV | 124.44 | 61.72 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 7 | 0.93 | 0 | 0.97 | 0.20 | 117.55 | 0.93 | 0.41 |
| Hex | F | CB | 7 | 5D | 0 | 61 | 14 | 76 | 5D | 29 |
| Octal | 17 | 313 | 7 | 135 | 0 | 141 | 24 | 166 | 135 | 51 |
| Binary | 1111 | 11001011 | 111 | 1011101 | 0 | 1100001 | 10100 | 1110110 | 1011101 | 101001 |
Color Harmonies of #0FCB07
Complementary color
Monochromatic Colors of #0FCB07
Black with #0FCB07
Text Example
Text Example
White with #0FCB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCB07; }
p { color: rgb(15,203,7); }
H1.HeaderClassName
{
color: #0FCB07;
}
.AnyTagClassName
{
color: #0FCB07;
}
</style>
background-color css
<style>
a { background-color: #0FCB07; }
a { background-color: rgb(15,203,7); }
div.DivClassName
{
background-color: #0FCB07;
}
.BgClassName
{
background-color: #0FCB07;
}
</style>
border-color css
<style>
span { border-color: #0FCB07; }
span { border-color: rgb(15,203,7); }
td.TdClassName
{
border-color: #0FCB07;
}
.TagClassName
{
border-color: #0FCB07;
}
</style>