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