Shades of Free Speech Green #0FD10D
Tints of Free Speech Green #0FD10D
RGB
CMYK
RGB Variations
Color information
#0FD10D (or 0x0FD10D) is known color: Free Speech Green. HEX triplet: 0F, D1 and 0D. RGB value is (15,209,13). Sum of RGB (Red+Green+Blue) = 15+209+13=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 209 (82.03% from 255 or 88.19% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 209 - color contains mainly: green. Hex color #0FD10D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD10D is #F02EF2. Grayscale: #818181. Windows color (decimal): -15740659 or 905487. OLE color: 905487.
HSL color Cylindrical-coordinate representation of color #0FD10D: hue angle of 119.39º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FD10D is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 209 | 13 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.18 |
| HSL | 119.39º | 0.88% | 0.44% | - |
| HSV(B) | 119.39º | 0.94% | 0.82% | - |
| XYZ | 23.07 | 45.73 | 7.99 | - |
| YUV | 128.65 | 62.73 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 209 | 13 | 0.93 | 0 | 0.94 | 0.18 | 119.39 | 0.88 | 0.44 |
| Hex | F | D1 | D | 5D | 0 | 5E | 12 | 77 | 58 | 2C |
| Octal | 17 | 321 | 15 | 135 | 0 | 136 | 22 | 167 | 130 | 54 |
| Binary | 1111 | 11010001 | 1101 | 1011101 | 0 | 1011110 | 10010 | 1110111 | 1011000 | 101100 |
Color Harmonies of #0FD10D
Complementary color
Monochromatic Colors of #0FD10D
Black with #0FD10D
Text Example
Text Example
White with #0FD10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD10D; }
p { color: rgb(15,209,13); }
H1.HeaderClassName
{
color: #0FD10D;
}
.AnyTagClassName
{
color: #0FD10D;
}
</style>
background-color css
<style>
a { background-color: #0FD10D; }
a { background-color: rgb(15,209,13); }
div.DivClassName
{
background-color: #0FD10D;
}
.BgClassName
{
background-color: #0FD10D;
}
</style>
border-color css
<style>
span { border-color: #0FD10D; }
span { border-color: rgb(15,209,13); }
td.TdClassName
{
border-color: #0FD10D;
}
.TagClassName
{
border-color: #0FD10D;
}
</style>