Shades of Free Speech Green #0FFD22
Tints of Free Speech Green #0FFD22
RGB
CMYK
RGB Variations
Color information
#0FFD22 (or 0x0FFD22) is known color: Free Speech Green. HEX triplet: 0F, FD and 22. RGB value is (15,253,34). Sum of RGB (Red+Green+Blue) = 15+253+34=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 253 (99.22% from 255 or 83.77% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFD22 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFD22 is #F002DD. Grayscale: #9D9D9D. Windows color (decimal): -15729374 or 2293007. OLE color: 2293007.
HSL color Cylindrical-coordinate representation of color #0FFD22: hue angle of 124.79º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFD22 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 34 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.01 |
| HSL | 124.79º | 0.98% | 0.53% | - |
| HSV(B) | 124.79º | 0.94% | 0.99% | - |
| XYZ | 35.61 | 70.47 | 13.24 | - |
| YUV | 156.87 | 58.65 | 26.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 34 | 0.94 | 0 | 0.87 | 0.01 | 124.79 | 0.98 | 0.53 |
| Hex | F | FD | 22 | 5E | 0 | 57 | 1 | 7D | 62 | 35 |
| Octal | 17 | 375 | 42 | 136 | 0 | 127 | 1 | 175 | 142 | 65 |
| Binary | 1111 | 11111101 | 100010 | 1011110 | 0 | 1010111 | 1 | 1111101 | 1100010 | 110101 |
Color Harmonies of #0FFD22
Complementary color
Monochromatic Colors of #0FFD22
Black with #0FFD22
Text Example
Text Example
White with #0FFD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFD22; }
p { color: rgb(15,253,34); }
H1.HeaderClassName
{
color: #0FFD22;
}
.AnyTagClassName
{
color: #0FFD22;
}
</style>
background-color css
<style>
a { background-color: #0FFD22; }
a { background-color: rgb(15,253,34); }
div.DivClassName
{
background-color: #0FFD22;
}
.BgClassName
{
background-color: #0FFD22;
}
</style>
border-color css
<style>
span { border-color: #0FFD22; }
span { border-color: rgb(15,253,34); }
td.TdClassName
{
border-color: #0FFD22;
}
.TagClassName
{
border-color: #0FFD22;
}
</style>