Shades of Free Speech Green #0DF70F
Tints of Free Speech Green #0DF70F
RGB
CMYK
RGB Variations
Color information
#0DF70F (or 0x0DF70F) is known color: Free Speech Green. HEX triplet: 0D, F7 and 0F. RGB value is (13,247,15). Sum of RGB (Red+Green+Blue) = 13+247+15=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 247 (96.88% from 255 or 89.82% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 247 - color contains mainly: green. Hex color #0DF70F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF70F is #F208F0. Grayscale: #979797. Windows color (decimal): -15862001 or 1046285. OLE color: 1046285.
HSL color Cylindrical-coordinate representation of color #0DF70F: hue angle of 120.51º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF70F is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 247 | 15 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.03 |
| HSL | 120.51º | 0.94% | 0.51% | - |
| HSV(B) | 120.51º | 0.95% | 0.97% | - |
| XYZ | 33.51 | 66.64 | 11.55 | - |
| YUV | 150.59 | 51.48 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 247 | 15 | 0.95 | 0 | 0.94 | 0.03 | 120.51 | 0.94 | 0.51 |
| Hex | D | F7 | F | 5F | 0 | 5E | 3 | 79 | 5E | 33 |
| Octal | 15 | 367 | 17 | 137 | 0 | 136 | 3 | 171 | 136 | 63 |
| Binary | 1101 | 11110111 | 1111 | 1011111 | 0 | 1011110 | 11 | 1111001 | 1011110 | 110011 |
Color Harmonies of #0DF70F
Complementary color
Monochromatic Colors of #0DF70F
Black with #0DF70F
Text Example
Text Example
White with #0DF70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF70F; }
p { color: rgb(13,247,15); }
H1.HeaderClassName
{
color: #0DF70F;
}
.AnyTagClassName
{
color: #0DF70F;
}
</style>
background-color css
<style>
a { background-color: #0DF70F; }
a { background-color: rgb(13,247,15); }
div.DivClassName
{
background-color: #0DF70F;
}
.BgClassName
{
background-color: #0DF70F;
}
</style>
border-color css
<style>
span { border-color: #0DF70F; }
span { border-color: rgb(13,247,15); }
td.TdClassName
{
border-color: #0DF70F;
}
.TagClassName
{
border-color: #0DF70F;
}
</style>