Shades of Free Speech Green #0DF50F
Tints of Free Speech Green #0DF50F
RGB
CMYK
RGB Variations
Color information
#0DF50F (or 0x0DF50F) is known color: Free Speech Green. HEX triplet: 0D, F5 and 0F. RGB value is (13,245,15). Sum of RGB (Red+Green+Blue) = 13+245+15=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 245 (96.09% from 255 or 89.74% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 245 - color contains mainly: green. Hex color #0DF50F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF50F is #F20AF0. Grayscale: #969696. Windows color (decimal): -15862513 or 1045773. OLE color: 1045773.
HSL color Cylindrical-coordinate representation of color #0DF50F: hue angle of 120.52º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF50F is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 245 | 15 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.04 |
| HSL | 120.52º | 0.92% | 0.51% | - |
| HSV(B) | 120.52º | 0.95% | 0.96% | - |
| XYZ | 32.9 | 65.42 | 11.35 | - |
| YUV | 149.41 | 52.14 | 30.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 245 | 15 | 0.95 | 0 | 0.94 | 0.04 | 120.52 | 0.92 | 0.51 |
| Hex | D | F5 | F | 5F | 0 | 5E | 4 | 79 | 5C | 33 |
| Octal | 15 | 365 | 17 | 137 | 0 | 136 | 4 | 171 | 134 | 63 |
| Binary | 1101 | 11110101 | 1111 | 1011111 | 0 | 1011110 | 100 | 1111001 | 1011100 | 110011 |
Color Harmonies of #0DF50F
Complementary color
Monochromatic Colors of #0DF50F
Black with #0DF50F
Text Example
Text Example
White with #0DF50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF50F; }
p { color: rgb(13,245,15); }
H1.HeaderClassName
{
color: #0DF50F;
}
.AnyTagClassName
{
color: #0DF50F;
}
</style>
background-color css
<style>
a { background-color: #0DF50F; }
a { background-color: rgb(13,245,15); }
div.DivClassName
{
background-color: #0DF50F;
}
.BgClassName
{
background-color: #0DF50F;
}
</style>
border-color css
<style>
span { border-color: #0DF50F; }
span { border-color: rgb(13,245,15); }
td.TdClassName
{
border-color: #0DF50F;
}
.TagClassName
{
border-color: #0DF50F;
}
</style>