Shades of Free Speech Green #0FCF18
Tints of Free Speech Green #0FCF18
RGB
CMYK
RGB Variations
Color information
#0FCF18 (or 0x0FCF18) is known color: Free Speech Green. HEX triplet: 0F, CF and 18. RGB value is (15,207,24). Sum of RGB (Red+Green+Blue) = 15+207+24=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 207 (81.25% from 255 or 84.15% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCF18 is #F030E7. Grayscale: #818181. Windows color (decimal): -15741160 or 1625871. OLE color: 1625871.
HSL color Cylindrical-coordinate representation of color #0FCF18: hue angle of 122.81º 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 #0FCF18 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 24 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.19 |
| HSL | 122.81º | 0.86% | 0.44% | - |
| HSV(B) | 122.81º | 0.93% | 0.81% | - |
| XYZ | 22.67 | 44.79 | 8.32 | - |
| YUV | 128.73 | 68.89 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 24 | 0.93 | 0 | 0.88 | 0.19 | 122.81 | 0.86 | 0.44 |
| Hex | F | CF | 18 | 5D | 0 | 58 | 13 | 7B | 56 | 2C |
| Octal | 17 | 317 | 30 | 135 | 0 | 130 | 23 | 173 | 126 | 54 |
| Binary | 1111 | 11001111 | 11000 | 1011101 | 0 | 1011000 | 10011 | 1111011 | 1010110 | 101100 |
Color Harmonies of #0FCF18
Complementary color
Monochromatic Colors of #0FCF18
Black with #0FCF18
Text Example
Text Example
White with #0FCF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF18; }
p { color: rgb(15,207,24); }
H1.HeaderClassName
{
color: #0FCF18;
}
.AnyTagClassName
{
color: #0FCF18;
}
</style>
background-color css
<style>
a { background-color: #0FCF18; }
a { background-color: rgb(15,207,24); }
div.DivClassName
{
background-color: #0FCF18;
}
.BgClassName
{
background-color: #0FCF18;
}
</style>
border-color css
<style>
span { border-color: #0FCF18; }
span { border-color: rgb(15,207,24); }
td.TdClassName
{
border-color: #0FCF18;
}
.TagClassName
{
border-color: #0FCF18;
}
</style>