Shades of Free Speech Green #0FCF13
Tints of Free Speech Green #0FCF13
RGB
CMYK
RGB Variations
Color information
#0FCF13 (or 0x0FCF13) is known color: Free Speech Green. HEX triplet: 0F, CF and 13. RGB value is (15,207,19). Sum of RGB (Red+Green+Blue) = 15+207+19=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 207 (81.25% from 255 or 85.89% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCF13 is #F030EC. Grayscale: #808080. Windows color (decimal): -15741165 or 1298191. OLE color: 1298191.
HSL color Cylindrical-coordinate representation of color #0FCF13: hue angle of 121.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF13 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 19 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.19 |
| HSL | 121.25º | 0.86% | 0.44% | - |
| HSV(B) | 121.25º | 0.93% | 0.81% | - |
| XYZ | 22.63 | 44.77 | 8.07 | - |
| YUV | 128.16 | 66.39 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 19 | 0.93 | 0 | 0.91 | 0.19 | 121.25 | 0.86 | 0.44 |
| Hex | F | CF | 13 | 5D | 0 | 5B | 13 | 79 | 56 | 2C |
| Octal | 17 | 317 | 23 | 135 | 0 | 133 | 23 | 171 | 126 | 54 |
| Binary | 1111 | 11001111 | 10011 | 1011101 | 0 | 1011011 | 10011 | 1111001 | 1010110 | 101100 |
Color Harmonies of #0FCF13
Complementary color
Monochromatic Colors of #0FCF13
Black with #0FCF13
Text Example
Text Example
White with #0FCF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF13; }
p { color: rgb(15,207,19); }
H1.HeaderClassName
{
color: #0FCF13;
}
.AnyTagClassName
{
color: #0FCF13;
}
</style>
background-color css
<style>
a { background-color: #0FCF13; }
a { background-color: rgb(15,207,19); }
div.DivClassName
{
background-color: #0FCF13;
}
.BgClassName
{
background-color: #0FCF13;
}
</style>
border-color css
<style>
span { border-color: #0FCF13; }
span { border-color: rgb(15,207,19); }
td.TdClassName
{
border-color: #0FCF13;
}
.TagClassName
{
border-color: #0FCF13;
}
</style>