Shades of Free Speech Green #0FCB05
Tints of Free Speech Green #0FCB05
RGB
CMYK
RGB Variations
Color information
#0FCB05 (or 0x0FCB05) is known color: Free Speech Green. HEX triplet: 0F, CB and 05. RGB value is (15,203,5). Sum of RGB (Red+Green+Blue) = 15+203+5=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 203 (79.69% from 255 or 91.03% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCB05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCB05 is #F034FA. Grayscale: #7C7C7C. Windows color (decimal): -15742203 or 379663. OLE color: 379663.
HSL color Cylindrical-coordinate representation of color #0FCB05: hue angle of 116.97º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FCB05 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 203 | 5 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.20 |
| HSL | 116.97º | 0.95% | 0.41% | - |
| HSV(B) | 116.97º | 0.98% | 0.8% | - |
| XYZ | 21.58 | 42.82 | 7.27 | - |
| YUV | 124.22 | 60.72 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 5 | 0.93 | 0 | 0.98 | 0.20 | 116.97 | 0.95 | 0.41 |
| Hex | F | CB | 5 | 5D | 0 | 62 | 14 | 75 | 5F | 29 |
| Octal | 17 | 313 | 5 | 135 | 0 | 142 | 24 | 165 | 137 | 51 |
| Binary | 1111 | 11001011 | 101 | 1011101 | 0 | 1100010 | 10100 | 1110101 | 1011111 | 101001 |
Color Harmonies of #0FCB05
Complementary color
Monochromatic Colors of #0FCB05
Black with #0FCB05
Text Example
Text Example
White with #0FCB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCB05; }
p { color: rgb(15,203,5); }
H1.HeaderClassName
{
color: #0FCB05;
}
.AnyTagClassName
{
color: #0FCB05;
}
</style>
background-color css
<style>
a { background-color: #0FCB05; }
a { background-color: rgb(15,203,5); }
div.DivClassName
{
background-color: #0FCB05;
}
.BgClassName
{
background-color: #0FCB05;
}
</style>
border-color css
<style>
span { border-color: #0FCB05; }
span { border-color: rgb(15,203,5); }
td.TdClassName
{
border-color: #0FCB05;
}
.TagClassName
{
border-color: #0FCB05;
}
</style>