Shades of Free Speech Green #0FDE1C
Tints of Free Speech Green #0FDE1C
RGB
CMYK
RGB Variations
Color information
#0FDE1C (or 0x0FDE1C) is known color: Free Speech Green. HEX triplet: 0F, DE and 1C. RGB value is (15,222,28). Sum of RGB (Red+Green+Blue) = 15+222+28=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 222 (87.11% from 255 or 83.77% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDE1C is #F021E3. Grayscale: #8A8A8A. Windows color (decimal): -15737316 or 1891855. OLE color: 1891855.
HSL color Cylindrical-coordinate representation of color #0FDE1C: hue angle of 123.77º 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 #0FDE1C is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 28 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.13 |
| HSL | 123.77º | 0.87% | 0.46% | - |
| HSV(B) | 123.77º | 0.93% | 0.87% | - |
| XYZ | 26.53 | 52.43 | 9.82 | - |
| YUV | 137.99 | 65.92 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 28 | 0.93 | 0 | 0.87 | 0.13 | 123.77 | 0.87 | 0.46 |
| Hex | F | DE | 1C | 5D | 0 | 57 | D | 7C | 57 | 2E |
| Octal | 17 | 336 | 34 | 135 | 0 | 127 | 15 | 174 | 127 | 56 |
| Binary | 1111 | 11011110 | 11100 | 1011101 | 0 | 1010111 | 1101 | 1111100 | 1010111 | 101110 |
Color Harmonies of #0FDE1C
Complementary color
Monochromatic Colors of #0FDE1C
Black with #0FDE1C
Text Example
Text Example
White with #0FDE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDE1C; }
p { color: rgb(15,222,28); }
H1.HeaderClassName
{
color: #0FDE1C;
}
.AnyTagClassName
{
color: #0FDE1C;
}
</style>
background-color css
<style>
a { background-color: #0FDE1C; }
a { background-color: rgb(15,222,28); }
div.DivClassName
{
background-color: #0FDE1C;
}
.BgClassName
{
background-color: #0FDE1C;
}
</style>
border-color css
<style>
span { border-color: #0FDE1C; }
span { border-color: rgb(15,222,28); }
td.TdClassName
{
border-color: #0FDE1C;
}
.TagClassName
{
border-color: #0FDE1C;
}
</style>