Shades of Free Speech Green #0FD60E
Tints of Free Speech Green #0FD60E
RGB
CMYK
RGB Variations
Color information
#0FD60E (or 0x0FD60E) is known color: Free Speech Green. HEX triplet: 0F, D6 and 0E. RGB value is (15,214,14). Sum of RGB (Red+Green+Blue) = 15+214+14=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 214 (83.98% from 255 or 88.07% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD60E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD60E is #F029F1. Grayscale: #848484. Windows color (decimal): -15739378 or 972303. OLE color: 972303.
HSL color Cylindrical-coordinate representation of color #0FD60E: hue angle of 119.7º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD60E is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 214 | 14 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.16 |
| HSL | 119.7º | 0.88% | 0.45% | - |
| HSV(B) | 119.7º | 0.93% | 0.84% | - |
| XYZ | 24.32 | 48.23 | 8.44 | - |
| YUV | 131.7 | 61.57 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 214 | 14 | 0.93 | 0 | 0.93 | 0.16 | 119.7 | 0.88 | 0.45 |
| Hex | F | D6 | E | 5D | 0 | 5D | 10 | 78 | 58 | 2D |
| Octal | 17 | 326 | 16 | 135 | 0 | 135 | 20 | 170 | 130 | 55 |
| Binary | 1111 | 11010110 | 1110 | 1011101 | 0 | 1011101 | 10000 | 1111000 | 1011000 | 101101 |
Color Harmonies of #0FD60E
Complementary color
Monochromatic Colors of #0FD60E
Black with #0FD60E
Text Example
Text Example
White with #0FD60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD60E; }
p { color: rgb(15,214,14); }
H1.HeaderClassName
{
color: #0FD60E;
}
.AnyTagClassName
{
color: #0FD60E;
}
</style>
background-color css
<style>
a { background-color: #0FD60E; }
a { background-color: rgb(15,214,14); }
div.DivClassName
{
background-color: #0FD60E;
}
.BgClassName
{
background-color: #0FD60E;
}
</style>
border-color css
<style>
span { border-color: #0FD60E; }
span { border-color: rgb(15,214,14); }
td.TdClassName
{
border-color: #0FD60E;
}
.TagClassName
{
border-color: #0FD60E;
}
</style>