Shades of Free Speech Green #0FD60C
Tints of Free Speech Green #0FD60C
RGB
CMYK
RGB Variations
Color information
#0FD60C (or 0x0FD60C) is known color: Free Speech Green. HEX triplet: 0F, D6 and 0C. RGB value is (15,214,12). Sum of RGB (Red+Green+Blue) = 15+214+12=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 214 (83.98% from 255 or 88.80% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD60C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD60C is #F029F3. Grayscale: #848484. Windows color (decimal): -15739380 or 841231. OLE color: 841231.
HSL color Cylindrical-coordinate representation of color #0FD60C: hue angle of 119.11º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FD60C is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 214 | 12 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.16 |
| HSL | 119.11º | 0.89% | 0.44% | - |
| HSV(B) | 119.11º | 0.94% | 0.84% | - |
| XYZ | 24.31 | 48.22 | 8.37 | - |
| YUV | 131.47 | 60.57 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 214 | 12 | 0.93 | 0 | 0.94 | 0.16 | 119.11 | 0.89 | 0.44 |
| Hex | F | D6 | C | 5D | 0 | 5E | 10 | 77 | 59 | 2C |
| Octal | 17 | 326 | 14 | 135 | 0 | 136 | 20 | 167 | 131 | 54 |
| Binary | 1111 | 11010110 | 1100 | 1011101 | 0 | 1011110 | 10000 | 1110111 | 1011001 | 101100 |
Color Harmonies of #0FD60C
Complementary color
Monochromatic Colors of #0FD60C
Black with #0FD60C
Text Example
Text Example
White with #0FD60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD60C; }
p { color: rgb(15,214,12); }
H1.HeaderClassName
{
color: #0FD60C;
}
.AnyTagClassName
{
color: #0FD60C;
}
</style>
background-color css
<style>
a { background-color: #0FD60C; }
a { background-color: rgb(15,214,12); }
div.DivClassName
{
background-color: #0FD60C;
}
.BgClassName
{
background-color: #0FD60C;
}
</style>
border-color css
<style>
span { border-color: #0FD60C; }
span { border-color: rgb(15,214,12); }
td.TdClassName
{
border-color: #0FD60C;
}
.TagClassName
{
border-color: #0FD60C;
}
</style>