Shades of Free Speech Green #0DFF1F
Tints of Free Speech Green #0DFF1F
RGB
CMYK
RGB Variations
Color information
#0DFF1F (or 0x0DFF1F) is known color: Free Speech Green. HEX triplet: 0D, FF and 1F. RGB value is (13,255,31). Sum of RGB (Red+Green+Blue) = 13+255+31=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 255 (100% from 255 or 85.28% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF1F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFF1F is #F200E0. Grayscale: #9D9D9D. Windows color (decimal): -15859937 or 2096909. OLE color: 2096909.
HSL color Cylindrical-coordinate representation of color #0DFF1F: hue angle of 124.46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFF1F is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 31 | - |
| CMYK | 0.95 | 0 | 0.88 | 0 |
| HSL | 124.46º | 1% | 0.53% | - |
| HSV(B) | 124.46º | 0.95% | 1% | - |
| XYZ | 36.17 | 71.7 | 13.23 | - |
| YUV | 157.11 | 56.83 | 25.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 31 | 0.95 | 0 | 0.88 | 0 | 124.46 | 1 | 0.53 |
| Hex | D | FF | 1F | 5F | 0 | 58 | 0 | 7C | 64 | 35 |
| Octal | 15 | 377 | 37 | 137 | 0 | 130 | 0 | 174 | 144 | 65 |
| Binary | 1101 | 11111111 | 11111 | 1011111 | 0 | 1011000 | 0 | 1111100 | 1100100 | 110101 |
Color Harmonies of #0DFF1F
Complementary color
Monochromatic Colors of #0DFF1F
Black with #0DFF1F
Text Example
Text Example
White with #0DFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF1F; }
p { color: rgb(13,255,31); }
H1.HeaderClassName
{
color: #0DFF1F;
}
.AnyTagClassName
{
color: #0DFF1F;
}
</style>
background-color css
<style>
a { background-color: #0DFF1F; }
a { background-color: rgb(13,255,31); }
div.DivClassName
{
background-color: #0DFF1F;
}
.BgClassName
{
background-color: #0DFF1F;
}
</style>
border-color css
<style>
span { border-color: #0DFF1F; }
span { border-color: rgb(13,255,31); }
td.TdClassName
{
border-color: #0DFF1F;
}
.TagClassName
{
border-color: #0DFF1F;
}
</style>