Shades of Free Speech Green #0DF00F
Tints of Free Speech Green #0DF00F
RGB
CMYK
RGB Variations
Color information
#0DF00F (or 0x0DF00F) is known color: Free Speech Green. HEX triplet: 0D, F0 and 0F. RGB value is (13,240,15). Sum of RGB (Red+Green+Blue) = 13+240+15=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 240 (94.14% from 255 or 89.55% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF00F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF00F is #F20FF0. Grayscale: #939393. Windows color (decimal): -15863793 or 1044493. OLE color: 1044493.
HSL color Cylindrical-coordinate representation of color #0DF00F: hue angle of 120.53º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF00F is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 240 | 15 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.06 |
| HSL | 120.53º | 0.9% | 0.5% | - |
| HSV(B) | 120.53º | 0.95% | 0.94% | - |
| XYZ | 31.41 | 62.44 | 10.85 | - |
| YUV | 146.48 | 53.79 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 15 | 0.95 | 0 | 0.94 | 0.06 | 120.53 | 0.9 | 0.5 |
| Hex | D | F0 | F | 5F | 0 | 5E | 6 | 79 | 5A | 32 |
| Octal | 15 | 360 | 17 | 137 | 0 | 136 | 6 | 171 | 132 | 62 |
| Binary | 1101 | 11110000 | 1111 | 1011111 | 0 | 1011110 | 110 | 1111001 | 1011010 | 110010 |
Color Harmonies of #0DF00F
Complementary color
Monochromatic Colors of #0DF00F
Black with #0DF00F
Text Example
Text Example
White with #0DF00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF00F; }
p { color: rgb(13,240,15); }
H1.HeaderClassName
{
color: #0DF00F;
}
.AnyTagClassName
{
color: #0DF00F;
}
</style>
background-color css
<style>
a { background-color: #0DF00F; }
a { background-color: rgb(13,240,15); }
div.DivClassName
{
background-color: #0DF00F;
}
.BgClassName
{
background-color: #0DF00F;
}
</style>
border-color css
<style>
span { border-color: #0DF00F; }
span { border-color: rgb(13,240,15); }
td.TdClassName
{
border-color: #0DF00F;
}
.TagClassName
{
border-color: #0DF00F;
}
</style>