Shades of Free Speech Green #0FCE15
Tints of Free Speech Green #0FCE15
RGB
CMYK
RGB Variations
Color information
#0FCE15 (or 0x0FCE15) is known color: Free Speech Green. HEX triplet: 0F, CE and 15. RGB value is (15,206,21). Sum of RGB (Red+Green+Blue) = 15+206+21=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 206 (80.86% from 255 or 85.12% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCE15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCE15 is #F031EA. Grayscale: #808080. Windows color (decimal): -15741419 or 1429007. OLE color: 1429007.
HSL color Cylindrical-coordinate representation of color #0FCE15: hue angle of 121.88º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCE15 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 206 | 21 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.19 |
| HSL | 121.88º | 0.86% | 0.43% | - |
| HSV(B) | 121.88º | 0.93% | 0.81% | - |
| XYZ | 22.4 | 44.3 | 8.08 | - |
| YUV | 127.8 | 67.72 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 21 | 0.93 | 0 | 0.90 | 0.19 | 121.88 | 0.86 | 0.43 |
| Hex | F | CE | 15 | 5D | 0 | 5A | 13 | 7A | 56 | 2B |
| Octal | 17 | 316 | 25 | 135 | 0 | 132 | 23 | 172 | 126 | 53 |
| Binary | 1111 | 11001110 | 10101 | 1011101 | 0 | 1011010 | 10011 | 1111010 | 1010110 | 101011 |
Color Harmonies of #0FCE15
Complementary color
Monochromatic Colors of #0FCE15
Black with #0FCE15
Text Example
Text Example
White with #0FCE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCE15; }
p { color: rgb(15,206,21); }
H1.HeaderClassName
{
color: #0FCE15;
}
.AnyTagClassName
{
color: #0FCE15;
}
</style>
background-color css
<style>
a { background-color: #0FCE15; }
a { background-color: rgb(15,206,21); }
div.DivClassName
{
background-color: #0FCE15;
}
.BgClassName
{
background-color: #0FCE15;
}
</style>
border-color css
<style>
span { border-color: #0FCE15; }
span { border-color: rgb(15,206,21); }
td.TdClassName
{
border-color: #0FCE15;
}
.TagClassName
{
border-color: #0FCE15;
}
</style>