Shades of Free Speech Green #0FCF14
Tints of Free Speech Green #0FCF14
RGB
CMYK
RGB Variations
Color information
#0FCF14 (or 0x0FCF14) is known color: Free Speech Green. HEX triplet: 0F, CF and 14. RGB value is (15,207,20). Sum of RGB (Red+Green+Blue) = 15+207+20=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 207 (81.25% from 255 or 85.54% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCF14 is #F030EB. Grayscale: #808080. Windows color (decimal): -15741164 or 1363727. OLE color: 1363727.
HSL color Cylindrical-coordinate representation of color #0FCF14: hue angle of 121.56º 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 #0FCF14 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 20 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.19 |
| HSL | 121.56º | 0.86% | 0.44% | - |
| HSV(B) | 121.56º | 0.93% | 0.81% | - |
| XYZ | 22.64 | 44.78 | 8.11 | - |
| YUV | 128.27 | 66.89 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 20 | 0.93 | 0 | 0.90 | 0.19 | 121.56 | 0.86 | 0.44 |
| Hex | F | CF | 14 | 5D | 0 | 5A | 13 | 7A | 56 | 2C |
| Octal | 17 | 317 | 24 | 135 | 0 | 132 | 23 | 172 | 126 | 54 |
| Binary | 1111 | 11001111 | 10100 | 1011101 | 0 | 1011010 | 10011 | 1111010 | 1010110 | 101100 |
Color Harmonies of #0FCF14
Complementary color
Monochromatic Colors of #0FCF14
Black with #0FCF14
Text Example
Text Example
White with #0FCF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF14; }
p { color: rgb(15,207,20); }
H1.HeaderClassName
{
color: #0FCF14;
}
.AnyTagClassName
{
color: #0FCF14;
}
</style>
background-color css
<style>
a { background-color: #0FCF14; }
a { background-color: rgb(15,207,20); }
div.DivClassName
{
background-color: #0FCF14;
}
.BgClassName
{
background-color: #0FCF14;
}
</style>
border-color css
<style>
span { border-color: #0FCF14; }
span { border-color: rgb(15,207,20); }
td.TdClassName
{
border-color: #0FCF14;
}
.TagClassName
{
border-color: #0FCF14;
}
</style>