Shades of Free Speech Green #0FD70D
Tints of Free Speech Green #0FD70D
RGB
CMYK
RGB Variations
Color information
#0FD70D (or 0x0FD70D) is known color: Free Speech Green. HEX triplet: 0F, D7 and 0D. RGB value is (15,215,13). Sum of RGB (Red+Green+Blue) = 15+215+13=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 215 (84.38% from 255 or 88.48% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD70D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD70D is #F028F2. Grayscale: #848484. Windows color (decimal): -15739123 or 907023. OLE color: 907023.
HSL color Cylindrical-coordinate representation of color #0FD70D: hue angle of 119.41º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FD70D is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 215 | 13 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.16 |
| HSL | 119.41º | 0.89% | 0.45% | - |
| HSV(B) | 119.41º | 0.94% | 0.84% | - |
| XYZ | 24.57 | 48.73 | 8.49 | - |
| YUV | 132.17 | 60.74 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 215 | 13 | 0.93 | 0 | 0.94 | 0.16 | 119.41 | 0.89 | 0.45 |
| Hex | F | D7 | D | 5D | 0 | 5E | 10 | 77 | 59 | 2D |
| Octal | 17 | 327 | 15 | 135 | 0 | 136 | 20 | 167 | 131 | 55 |
| Binary | 1111 | 11010111 | 1101 | 1011101 | 0 | 1011110 | 10000 | 1110111 | 1011001 | 101101 |
Color Harmonies of #0FD70D
Complementary color
Monochromatic Colors of #0FD70D
Black with #0FD70D
Text Example
Text Example
White with #0FD70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD70D; }
p { color: rgb(15,215,13); }
H1.HeaderClassName
{
color: #0FD70D;
}
.AnyTagClassName
{
color: #0FD70D;
}
</style>
background-color css
<style>
a { background-color: #0FD70D; }
a { background-color: rgb(15,215,13); }
div.DivClassName
{
background-color: #0FD70D;
}
.BgClassName
{
background-color: #0FD70D;
}
</style>
border-color css
<style>
span { border-color: #0FD70D; }
span { border-color: rgb(15,215,13); }
td.TdClassName
{
border-color: #0FD70D;
}
.TagClassName
{
border-color: #0FD70D;
}
</style>