Shades of Free Speech Green #0FE22C
Tints of Free Speech Green #0FE22C
RGB
CMYK
RGB Variations
Color information
#0FE22C (or 0x0FE22C) is known color: Free Speech Green. HEX triplet: 0F, E2 and 2C. RGB value is (15,226,44). Sum of RGB (Red+Green+Blue) = 15+226+44=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 226 (88.67% from 255 or 79.30% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE22C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE22C is #F01DD3. Grayscale: #8E8E8E. Windows color (decimal): -15736276 or 2941455. OLE color: 2941455.
HSL color Cylindrical-coordinate representation of color #0FE22C: hue angle of 128.25º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE22C is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 226 | 44 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.11 |
| HSL | 128.25º | 0.88% | 0.47% | - |
| HSV(B) | 128.25º | 0.93% | 0.89% | - |
| XYZ | 27.85 | 54.68 | 11.47 | - |
| YUV | 142.16 | 72.6 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 226 | 44 | 0.93 | 0 | 0.81 | 0.11 | 128.25 | 0.88 | 0.47 |
| Hex | F | E2 | 2C | 5D | 0 | 51 | B | 80 | 58 | 2F |
| Octal | 17 | 342 | 54 | 135 | 0 | 121 | 13 | 200 | 130 | 57 |
| Binary | 1111 | 11100010 | 101100 | 1011101 | 0 | 1010001 | 1011 | 10000000 | 1011000 | 101111 |
Color Harmonies of #0FE22C
Complementary color
Monochromatic Colors of #0FE22C
Black with #0FE22C
Text Example
Text Example
White with #0FE22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE22C; }
p { color: rgb(15,226,44); }
H1.HeaderClassName
{
color: #0FE22C;
}
.AnyTagClassName
{
color: #0FE22C;
}
</style>
background-color css
<style>
a { background-color: #0FE22C; }
a { background-color: rgb(15,226,44); }
div.DivClassName
{
background-color: #0FE22C;
}
.BgClassName
{
background-color: #0FE22C;
}
</style>
border-color css
<style>
span { border-color: #0FE22C; }
span { border-color: rgb(15,226,44); }
td.TdClassName
{
border-color: #0FE22C;
}
.TagClassName
{
border-color: #0FE22C;
}
</style>