Shades of Free Speech Green #0FCF10
Tints of Free Speech Green #0FCF10
RGB
CMYK
RGB Variations
Color information
#0FCF10 (or 0x0FCF10) is known color: Free Speech Green. HEX triplet: 0F, CF and 10. RGB value is (15,207,16). Sum of RGB (Red+Green+Blue) = 15+207+16=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 207 (81.25% from 255 or 86.97% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCF10 is #F030EF. Grayscale: #808080. Windows color (decimal): -15741168 or 1101583. OLE color: 1101583.
HSL color Cylindrical-coordinate representation of color #0FCF10: hue angle of 120.31º 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 #0FCF10 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 16 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.19 |
| HSL | 120.31º | 0.86% | 0.44% | - |
| HSV(B) | 120.31º | 0.93% | 0.81% | - |
| XYZ | 22.6 | 44.76 | 7.94 | - |
| YUV | 127.82 | 64.89 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 16 | 0.93 | 0 | 0.92 | 0.19 | 120.31 | 0.86 | 0.44 |
| Hex | F | CF | 10 | 5D | 0 | 5C | 13 | 78 | 56 | 2C |
| Octal | 17 | 317 | 20 | 135 | 0 | 134 | 23 | 170 | 126 | 54 |
| Binary | 1111 | 11001111 | 10000 | 1011101 | 0 | 1011100 | 10011 | 1111000 | 1010110 | 101100 |
Color Harmonies of #0FCF10
Complementary color
Monochromatic Colors of #0FCF10
Black with #0FCF10
Text Example
Text Example
White with #0FCF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF10; }
p { color: rgb(15,207,16); }
H1.HeaderClassName
{
color: #0FCF10;
}
.AnyTagClassName
{
color: #0FCF10;
}
</style>
background-color css
<style>
a { background-color: #0FCF10; }
a { background-color: rgb(15,207,16); }
div.DivClassName
{
background-color: #0FCF10;
}
.BgClassName
{
background-color: #0FCF10;
}
</style>
border-color css
<style>
span { border-color: #0FCF10; }
span { border-color: rgb(15,207,16); }
td.TdClassName
{
border-color: #0FCF10;
}
.TagClassName
{
border-color: #0FCF10;
}
</style>