Shades of Free Speech Green #0FCB04
Tints of Free Speech Green #0FCB04
RGB
CMYK
RGB Variations
Color information
#0FCB04 (or 0x0FCB04) is known color: Free Speech Green. HEX triplet: 0F, CB and 04. RGB value is (15,203,4). Sum of RGB (Red+Green+Blue) = 15+203+4=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 203 (79.69% from 255 or 91.44% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCB04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCB04 is #F034FB. Grayscale: #7C7C7C. Windows color (decimal): -15742204 or 314127. OLE color: 314127.
HSL color Cylindrical-coordinate representation of color #0FCB04: hue angle of 116.68º degrees, saturation: 0.96, 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 #0FCB04 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 203 | 4 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.20 |
| HSL | 116.68º | 0.96% | 0.41% | - |
| HSV(B) | 116.68º | 0.98% | 0.8% | - |
| XYZ | 21.57 | 42.82 | 7.24 | - |
| YUV | 124.1 | 60.22 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 4 | 0.93 | 0 | 0.98 | 0.20 | 116.68 | 0.96 | 0.41 |
| Hex | F | CB | 4 | 5D | 0 | 62 | 14 | 75 | 60 | 29 |
| Octal | 17 | 313 | 4 | 135 | 0 | 142 | 24 | 165 | 140 | 51 |
| Binary | 1111 | 11001011 | 100 | 1011101 | 0 | 1100010 | 10100 | 1110101 | 1100000 | 101001 |
Color Harmonies of #0FCB04
Complementary color
Monochromatic Colors of #0FCB04
Black with #0FCB04
Text Example
Text Example
White with #0FCB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCB04; }
p { color: rgb(15,203,4); }
H1.HeaderClassName
{
color: #0FCB04;
}
.AnyTagClassName
{
color: #0FCB04;
}
</style>
background-color css
<style>
a { background-color: #0FCB04; }
a { background-color: rgb(15,203,4); }
div.DivClassName
{
background-color: #0FCB04;
}
.BgClassName
{
background-color: #0FCB04;
}
</style>
border-color css
<style>
span { border-color: #0FCB04; }
span { border-color: rgb(15,203,4); }
td.TdClassName
{
border-color: #0FCB04;
}
.TagClassName
{
border-color: #0FCB04;
}
</style>