Shades of Free Speech Green #0FCB09
Tints of Free Speech Green #0FCB09
RGB
CMYK
RGB Variations
Color information
#0FCB09 (or 0x0FCB09) is known color: Free Speech Green. HEX triplet: 0F, CB and 09. RGB value is (15,203,9). Sum of RGB (Red+Green+Blue) = 15+203+9=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 203 (79.69% from 255 or 89.43% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCB09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCB09 is #F034F6. Grayscale: #7D7D7D. Windows color (decimal): -15742199 or 641807. OLE color: 641807.
HSL color Cylindrical-coordinate representation of color #0FCB09: hue angle of 118.14º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FCB09 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 203 | 9 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.20 |
| HSL | 118.14º | 0.92% | 0.42% | - |
| HSV(B) | 118.14º | 0.96% | 0.8% | - |
| XYZ | 21.6 | 42.83 | 7.39 | - |
| YUV | 124.67 | 62.72 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 9 | 0.93 | 0 | 0.96 | 0.20 | 118.14 | 0.92 | 0.42 |
| Hex | F | CB | 9 | 5D | 0 | 60 | 14 | 76 | 5C | 2A |
| Octal | 17 | 313 | 11 | 135 | 0 | 140 | 24 | 166 | 134 | 52 |
| Binary | 1111 | 11001011 | 1001 | 1011101 | 0 | 1100000 | 10100 | 1110110 | 1011100 | 101010 |
Color Harmonies of #0FCB09
Complementary color
Monochromatic Colors of #0FCB09
Black with #0FCB09
Text Example
Text Example
White with #0FCB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCB09; }
p { color: rgb(15,203,9); }
H1.HeaderClassName
{
color: #0FCB09;
}
.AnyTagClassName
{
color: #0FCB09;
}
</style>
background-color css
<style>
a { background-color: #0FCB09; }
a { background-color: rgb(15,203,9); }
div.DivClassName
{
background-color: #0FCB09;
}
.BgClassName
{
background-color: #0FCB09;
}
</style>
border-color css
<style>
span { border-color: #0FCB09; }
span { border-color: rgb(15,203,9); }
td.TdClassName
{
border-color: #0FCB09;
}
.TagClassName
{
border-color: #0FCB09;
}
</style>