Shades of Free Speech Green #0FDE1F
Tints of Free Speech Green #0FDE1F
RGB
CMYK
RGB Variations
Color information
#0FDE1F (or 0x0FDE1F) is known color: Free Speech Green. HEX triplet: 0F, DE and 1F. RGB value is (15,222,31). Sum of RGB (Red+Green+Blue) = 15+222+31=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 222 (87.11% from 255 or 82.84% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDE1F is #F021E0. Grayscale: #8A8A8A. Windows color (decimal): -15737313 or 2088463. OLE color: 2088463.
HSL color Cylindrical-coordinate representation of color #0FDE1F: hue angle of 124.64º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDE1F is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 31 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.13 |
| HSL | 124.64º | 0.87% | 0.46% | - |
| HSV(B) | 124.64º | 0.93% | 0.87% | - |
| XYZ | 26.57 | 52.44 | 10.02 | - |
| YUV | 138.33 | 67.42 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 31 | 0.93 | 0 | 0.86 | 0.13 | 124.64 | 0.87 | 0.46 |
| Hex | F | DE | 1F | 5D | 0 | 56 | D | 7D | 57 | 2E |
| Octal | 17 | 336 | 37 | 135 | 0 | 126 | 15 | 175 | 127 | 56 |
| Binary | 1111 | 11011110 | 11111 | 1011101 | 0 | 1010110 | 1101 | 1111101 | 1010111 | 101110 |
Color Harmonies of #0FDE1F
Complementary color
Monochromatic Colors of #0FDE1F
Black with #0FDE1F
Text Example
Text Example
White with #0FDE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDE1F; }
p { color: rgb(15,222,31); }
H1.HeaderClassName
{
color: #0FDE1F;
}
.AnyTagClassName
{
color: #0FDE1F;
}
</style>
background-color css
<style>
a { background-color: #0FDE1F; }
a { background-color: rgb(15,222,31); }
div.DivClassName
{
background-color: #0FDE1F;
}
.BgClassName
{
background-color: #0FDE1F;
}
</style>
border-color css
<style>
span { border-color: #0FDE1F; }
span { border-color: rgb(15,222,31); }
td.TdClassName
{
border-color: #0FDE1F;
}
.TagClassName
{
border-color: #0FDE1F;
}
</style>